diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2013-10-27 18:07:15 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2013-10-27 18:07:15 +0800 |
commit | da1f16b2b5f42006c252496f2ffa02266008a833 (patch) | |
tree | 1f23c3d7c4a1ba72604d097840aa1e990eb6cf69 /src/map/status.h | |
parent | 5dc1c33df515eac4eca7a7d8525ed67f4bda4af3 (diff) | |
download | hercules-da1f16b2b5f42006c252496f2ffa02266008a833.tar.gz hercules-da1f16b2b5f42006c252496f2ffa02266008a833.tar.bz2 hercules-da1f16b2b5f42006c252496f2ffa02266008a833.tar.xz hercules-da1f16b2b5f42006c252496f2ffa02266008a833.zip |
Added full support on Moon Star and Super Star items
Signed-off-by: Jedzkie <jedzkie13@rocketmail.com>
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 9edf29d2c..254f3bfab 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -677,6 +677,9 @@ typedef enum sc_type { SC_MTF_MLEATKED, SC_MTF_CRIDAMAGE, + SC_MOONSTAR, + SC_SUPER_STAR, + SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; // Official status change ids, used to display status icons on the client. |