1
0

Update Enchantments.cpp

This commit is contained in:
nesco 2013-11-12 19:15:48 +01:00
parent 5c8017e629
commit b7c1ed186a

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++)
{ {