summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-04 16:17:40 -0300
committershennetsind <ind@henn.et>2013-07-04 16:17:40 -0300
commitb72a3c81e30e997357db64b5b7240ae901aa892a (patch)
tree55c61fa4673701340fe6c4e9c37f1677005f730a /src/map/status.h
parentfb945b7b7eb17f707215ef2b4f1e775ed430b012 (diff)
downloadhercules-b72a3c81e30e997357db64b5b7240ae901aa892a.tar.gz
hercules-b72a3c81e30e997357db64b5b7240ae901aa892a.tar.bz2
hercules-b72a3c81e30e997357db64b5b7240ae901aa892a.tar.xz
hercules-b72a3c81e30e997357db64b5b7240ae901aa892a.zip
Adjustment #2
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 3c6365567..2f65ff1b9 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -660,6 +660,8 @@ typedef enum sc_type {
SC_HANBOK,
SC_MONSTER_TRANSFORM,
SC_ANGEL_PROTECT,
+ SC_ILLUSIONDOPING,
+
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;
// Official status change ids, used to display status icons on the client.
@@ -667,7 +669,7 @@ enum si_type {
SI_BLANK = -1,
SI_PROVOKE = 0,
SI_ENDURE = 1,
- SI_TWOHANDQUICKEN = 2,
+ SI_TWOHANDQUICKEN = 2,
SI_CONCENTRATION = 3,
SI_HIDING = 4,
SI_CLOAKING = 5,
@@ -1390,7 +1392,7 @@ enum si_type {
SI_2013_VALENTINE1 = 731,
SI_2013_VALENTINE2 = 732,
SI_2013_VALENTINE3 = 733,
- //SI_ = 734,
+ SI_ILLUSIONDOPING = 734,
//SI_ = 735,
SI_CHILL = 736,
SI_BURNT = 737,