summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-20 15:23:58 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-12-20 15:23:58 +0800
commitce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852 (patch)
treeae723343dc013c3426f65d41d73be270eb4ddbee /src/map/status.h
parent03d6b89105558cfb8f157fcdc8c5e14427f9ffef (diff)
downloadhercules-ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852.tar.gz
hercules-ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852.tar.bz2
hercules-ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852.tar.xz
hercules-ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852.zip
ItemDB Update:
- Added official effect for RWC_Cele_Fire and RWC_Cele_Fire2. - Fix Battle Scroll not applying additional attack. - Fix Mystic Scroll not applying cast reduction - Fix Combat Pill and Advance Combat Pill giving ATK not ATKRATE. - Fix Combat Pill and Advance Combal Pill should not stack each other when used.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index df1154794..94731dc17 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -811,6 +811,7 @@ typedef enum sc_type {
SC_GM_BATTLE,
SC_GM_BATTLE2,
+ SC_2011RWC,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;