1
0

Corrected the comma error

This commit is contained in:
nesco 2013-11-12 20:49:27 +01:00
parent 56044aff33
commit 5c67c17edc

View File

@ -178,8 +178,8 @@ int cEnchantments::StringToEnchantmentID(const AString & a_EnchantmentName)
{ enchPunch, "Punch"}, { enchPunch, "Punch"},
{ enchFlame, "Flame"}, { enchFlame, "Flame"},
{ enchInfinity, "Infinity"}, { enchInfinity, "Infinity"},
{ enchLuckOfTheSea "LuckOfTheSea"}, { enchLuckOfTheSea, "LuckOfTheSea"},
{ enchLure "Lure"}, { enchLure, "Lure"},
} ; } ;
for (int i = 0; i < ARRAYCOUNT(EnchantmentNames); i++) for (int i = 0; i < ARRAYCOUNT(EnchantmentNames); i++)
{ {