summaryrefslogtreecommitdiffstats
path: root/source/Enchantments.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Enchantments.cpp4
1 files changed, 2 insertions, 2 deletions
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++)
{