diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-12-22 08:36:11 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-12-22 08:36:11 +0530 |
commit | d79a996b1ecfe2dfdfe0069927f3aa0fbe584c8f (patch) | |
tree | 7cca42061e5ef4ac0fd6de14f6fe6f978477d60c /src/map/status.h | |
parent | b814cbd6230c2c1d8dad71331c3650da70916cf0 (diff) | |
parent | db3764a5a20f265d21cf10e45f03159e95935784 (diff) | |
download | hercules-d79a996b1ecfe2dfdfe0069927f3aa0fbe584c8f.tar.gz hercules-d79a996b1ecfe2dfdfe0069927f3aa0fbe584c8f.tar.bz2 hercules-d79a996b1ecfe2dfdfe0069927f3aa0fbe584c8f.tar.xz hercules-d79a996b1ecfe2dfdfe0069927f3aa0fbe584c8f.zip |
Merge pull request #992 from Jedzkie/ItemDB_Updates
Item & Skill Updates
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index 2bf3c0a57..3bf862163 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -809,6 +809,15 @@ typedef enum sc_type { SC_MAGICAL_FEATHER, SC_BLOSSOM_FLUTTERING, + SC_GM_BATTLE, + SC_GM_BATTLE2, + SC_2011RWC, + SC_STR_SCROLL, + SC_INT_SCROLL, // 630 + SC_STEAMPACK, + SC_MOVHASTE_POTION, + SC_MOVESLOW_POTION, + SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; @@ -1004,7 +1013,7 @@ enum si_type { SI_INCSTR = 182, //SI_NOT_EXTREMITYFIST = 183, SI_CLAIRVOYANCE = 184, - //SI_MOVESLOW_POTION = 185, + SI_MOVESLOW_POTION = 185, SI_DOUBLECASTING = 186, //SI_GRAVITATION = 187, SI_OVERTHRUSTMAX = 188, @@ -1127,7 +1136,7 @@ enum si_type { SI_ARMOR_PROPERTY = 302, //SI_REUSE_LIMIT_A = 303, SI_HELLPOWER = 304, - //SI_STEAMPACK = 305, + SI_STEAMPACK = 305, //SI_REUSE_LIMIT_B = 306, //SI_REUSE_LIMIT_C = 307, //SI_REUSE_LIMIT_D = 308, |