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