diff --git a/source/Enchantments.cpp b/source/Enchantments.cpp index c74969802..8eb44fa31 100644 --- a/source/Enchantments.cpp +++ b/source/Enchantments.cpp @@ -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++) {