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"},
{ enchFlame, "Flame"},
{ enchInfinity, "Infinity"},
{ enchLuckOfTheSea "LuckOfTheSea"},
{ enchLure "Lure"},
{ enchLuckOfTheSea, "LuckOfTheSea"},
{ enchLure, "Lure"},
} ;
for (int i = 0; i < ARRAYCOUNT(EnchantmentNames); i++)
{