summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-11-22 17:57:54 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-11-22 17:57:54 +0800
commit5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62 (patch)
treef9bb22569b6c189d73c006de8d40334d0ceb8c9b /src/map/status.h
parent5dc5e91cda8eb469d36bf3f3bf4200b27af20fed (diff)
downloadhercules-5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62.tar.gz
hercules-5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62.tar.bz2
hercules-5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62.tar.xz
hercules-5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62.zip
ItemDB Update:
- Added official item effect of 'Gold Pill 1' and 'Gold Pill 2'. - Update SC_ACARAJE flag in sc_config.txt. Ref: http://www.divine-pride.net/database/item/12274, http://www.divine-pride.net/database/item/12275
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 723e95a53..e784eade8 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -770,6 +770,9 @@ typedef enum sc_type {
SC_GEFFEN_MAGIC2,
SC_GEFFEN_MAGIC3,
SC_FENRIR_CARD,
+
+ SC_ATKER_ASPD,
+ SC_ATKER_MOVESPEED,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;
@@ -1080,9 +1083,9 @@ enum si_type {
SI_L_LIFEPOTION = 294,
SI_CRITICALPERCENT = 295,
SI_PLUSAVOIDVALUE = 296,
- //SI_ATKER_ASPD = 297,
+ SI_ATKER_ASPD = 297,
SI_TARGET_ASPD = 298,
- //SI_ATKER_MOVESPEED = 299,
+ SI_ATKER_MOVESPEED = 299,
SI_ATKER_BLOOD = 300,
SI_TARGET_BLOOD = 301,