Corrected the comma error
This commit is contained in:
parent
56044aff33
commit
5c67c17edc
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user