diff options
Diffstat (limited to 'source/Enchantments.h')
-rw-r--r-- | source/Enchantments.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Enchantments.h b/source/Enchantments.h index cda743daf..7581b87b5 100644 --- a/source/Enchantments.h +++ b/source/Enchantments.h @@ -1,4 +1,3 @@ - // Enchantments.h // Declares the cEnchantments class representing a storage for item enchantments and stored-enchantments @@ -58,6 +57,8 @@ public: enchPunch = 49, enchFlame = 50, enchInfinity = 51, + enchLuckOfTheSea = 61, + enchLure = 62, } ; /// Creates an empty enchantments container |