From 5c67c17edccddbdeefb79e07abebf12c5bea686e Mon Sep 17 00:00:00 2001 From: nesco Date: Tue, 12 Nov 2013 20:49:27 +0100 Subject: Corrected the comma error --- source/Enchantments.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Enchantments.cpp') diff --git a/source/Enchantments.cpp b/source/Enchantments.cpp index 8eb44fa31..40484f392 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++) { -- cgit v1.2.3