diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-21 08:49:53 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-21 08:49:53 +0800 |
commit | d02496a043ded53fc715d673c257b29293c05b56 (patch) | |
tree | 2d0b57d681bd76b73c43d22e4daa8f68acfdbd1a /src/map/status.h | |
parent | cc5ec4717522c1733d96efaee46e3d05fea41f0a (diff) | |
download | hercules-d02496a043ded53fc715d673c257b29293c05b56.tar.gz hercules-d02496a043ded53fc715d673c257b29293c05b56.tar.bz2 hercules-d02496a043ded53fc715d673c257b29293c05b56.tar.xz hercules-d02496a043ded53fc715d673c257b29293c05b56.zip |
ItemDB Update:
- Added official effect for Jumping Candy (Spark_Candy) (Ref: http://herc.ws/board/topic/1125-please-implement-the-magic-scroll-mental-potion-etc/)
Follow up Mercenary Skill update, disable AL_HEAL skill due to mercenary_skill_db doesn't recognize the skill.
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index a45b22adb..187188dfb 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -814,6 +814,7 @@ typedef enum sc_type { SC_2011RWC, SC_STR_SCROLL, SC_INT_SCROLL, // 630 + SC_STEAMPACK, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; @@ -1133,7 +1134,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, |