summaryrefslogtreecommitdiffstats
path: root/source/Enchantments.cpp
diff options
context:
space:
mode:
authorDaniel O'Brien <marmot.daniel@gmail.com>2013-11-13 15:16:23 +0100
committerDaniel O'Brien <marmot.daniel@gmail.com>2013-11-13 15:16:23 +0100
commit39f6b12b62bb79846e5e108f99360aa6a2d81cd7 (patch)
treeda1365b86c71677627db2a0e549042926d78e881 /source/Enchantments.cpp
parentPlayer Xp, includes get/set and addExperience (diff)
parentMerge pull request #339 from nesco/master (diff)
downloadcuberite-39f6b12b62bb79846e5e108f99360aa6a2d81cd7.tar
cuberite-39f6b12b62bb79846e5e108f99360aa6a2d81cd7.tar.gz
cuberite-39f6b12b62bb79846e5e108f99360aa6a2d81cd7.tar.bz2
cuberite-39f6b12b62bb79846e5e108f99360aa6a2d81cd7.tar.lz
cuberite-39f6b12b62bb79846e5e108f99360aa6a2d81cd7.tar.xz
cuberite-39f6b12b62bb79846e5e108f99360aa6a2d81cd7.tar.zst
cuberite-39f6b12b62bb79846e5e108f99360aa6a2d81cd7.zip
Diffstat (limited to 'source/Enchantments.cpp')
-rw-r--r--source/Enchantments.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Enchantments.cpp b/source/Enchantments.cpp
index 0caf4eb11..6b53d0b52 100644
--- a/source/Enchantments.cpp
+++ b/source/Enchantments.cpp
@@ -1,4 +1,3 @@
-
// Enchantments.cpp
// Implements the cEnchantments class representing a storage for item enchantments and stored-enchantments
@@ -179,6 +178,8 @@ int cEnchantments::StringToEnchantmentID(const AString & a_EnchantmentName)
{ enchPunch, "Punch"},
{ enchFlame, "Flame"},
{ enchInfinity, "Infinity"},
+ { enchLuckOfTheSea, "LuckOfTheSea"},
+ { enchLure, "Lure"},
} ;
for (int i = 0; i < ARRAYCOUNT(EnchantmentNames); i++)
{