summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-20 14:04:07 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-12-20 14:04:07 +0800
commit03d6b89105558cfb8f157fcdc8c5e14427f9ffef (patch)
treee728f0d368261ea983fa106fabfab46780627c81 /src/map/status.h
parent55c98b69b783fc9e52116943cb40d13c4462c97c (diff)
downloadhercules-03d6b89105558cfb8f157fcdc8c5e14427f9ffef.tar.gz
hercules-03d6b89105558cfb8f157fcdc8c5e14427f9ffef.tar.bz2
hercules-03d6b89105558cfb8f157fcdc8c5e14427f9ffef.tar.xz
hercules-03d6b89105558cfb8f157fcdc8c5e14427f9ffef.zip
ItemDB Update:
- Added official effect of Combat Pill and Advanced Combat Pill.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 2bf3c0a57..df1154794 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -809,6 +809,9 @@ typedef enum sc_type {
SC_MAGICAL_FEATHER,
SC_BLOSSOM_FLUTTERING,
+ SC_GM_BATTLE,
+ SC_GM_BATTLE2,
+
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;