diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-01 17:35:44 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-02 19:45:31 -0800 |
commit | b3a0b3e7c94bce46bc0654528df0748cf0c2a6ac (patch) | |
tree | aacb88561831e163335d9a97e52b4cc72f61789b /src/map/map.t.hpp | |
parent | 2b80fa49b0ec93e1f42e21cb92a348e18fa61a3f (diff) | |
download | tmwa-b3a0b3e7c94bce46bc0654528df0748cf0c2a6ac.tar.gz tmwa-b3a0b3e7c94bce46bc0654528df0748cf0c2a6ac.tar.bz2 tmwa-b3a0b3e7c94bce46bc0654528df0748cf0c2a6ac.tar.xz tmwa-b3a0b3e7c94bce46bc0654528df0748cf0c2a6ac.zip |
Remove most of the unused StatusChange values
Diffstat (limited to 'src/map/map.t.hpp')
-rw-r--r-- | src/map/map.t.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp index 0776788..0f2e47f 100644 --- a/src/map/map.t.hpp +++ b/src/map/map.t.hpp @@ -437,8 +437,7 @@ enum class SP : uint16_t #define SP_NO_GEMSTONE SP::NO_GEMSTONE NO_CASTCANCEL2 = 2006, #define SP_NO_CASTCANCEL2 SP::NO_CASTCANCEL2 - INFINITE_ENDURE = 2007, -#define SP_INFINITE_ENDURE SP::INFINITE_ENDURE + UNBREAKABLE_WEAPON = 2008, #define SP_UNBREAKABLE_WEAPON SP::UNBREAKABLE_WEAPON SP_UNBREAKABLE_ARMOR = 2009, |