diff options
author | nesco <emmanuel@federbusch.fr> | 2013-11-12 13:37:39 +0100 |
---|---|---|
committer | nesco <emmanuel@federbusch.fr> | 2013-11-12 13:37:39 +0100 |
commit | fd901e3d7cd87f61bb47349cf6415637a461d2ba (patch) | |
tree | 45ca036eff4f8c8f541164b3d49f0fbc94d40957 /source/Enchantments.h | |
parent | cWindow: Fixed item dupe glitch with painting (#278) (diff) | |
download | cuberite-fd901e3d7cd87f61bb47349cf6415637a461d2ba.tar cuberite-fd901e3d7cd87f61bb47349cf6415637a461d2ba.tar.gz cuberite-fd901e3d7cd87f61bb47349cf6415637a461d2ba.tar.bz2 cuberite-fd901e3d7cd87f61bb47349cf6415637a461d2ba.tar.lz cuberite-fd901e3d7cd87f61bb47349cf6415637a461d2ba.tar.xz cuberite-fd901e3d7cd87f61bb47349cf6415637a461d2ba.tar.zst cuberite-fd901e3d7cd87f61bb47349cf6415637a461d2ba.zip |
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..a6b4a53cd 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 |