summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-21 08:49:53 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-12-21 08:49:53 +0800
commitd02496a043ded53fc715d673c257b29293c05b56 (patch)
tree2d0b57d681bd76b73c43d22e4daa8f68acfdbd1a /src/map/status.h
parentcc5ec4717522c1733d96efaee46e3d05fea41f0a (diff)
downloadhercules-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.h3
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,