summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2016-03-14 23:08:35 +0800
committerJedzkie <jedzkie13@rocketmail.com>2016-03-14 23:08:35 +0800
commite5543af5e3b431d7411fa1a493402ea23e9691c2 (patch)
tree79ac83b002450daf784187088de9b0d6c59e7b3e /src/map/status.h
parentbf9391a01de1343011dfaa59d28f38a5d6d59ad5 (diff)
downloadhercules-e5543af5e3b431d7411fa1a493402ea23e9691c2.tar.gz
hercules-e5543af5e3b431d7411fa1a493402ea23e9691c2.tar.bz2
hercules-e5543af5e3b431d7411fa1a493402ea23e9691c2.tar.xz
hercules-e5543af5e3b431d7411fa1a493402ea23e9691c2.zip
Update status id's up to the latest from kRO.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 4e2f1bdc0..046227b78 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -1789,9 +1789,13 @@ enum si_type {
//SI_DORAM_BUF_01 = 935,
//SI_DORAM_BUF_02 = 936,
//SI_SPRITEMABLE = 937,
+ //SI_EP16_2_BUFF_SS = 963,
+ //SI_EP16_2_BUFF_SC = 964,
+ //SI_EP16_2_BUFF_AC = 965,
SI_MAX,
};
+
// JOINTBEAT stackable ailments
enum e_joint_break
{
@@ -1804,7 +1808,6 @@ enum e_joint_break
BREAK_FLAGS = BREAK_ANKLE | BREAK_WRIST | BREAK_KNEE | BREAK_SHOULDER | BREAK_WAIST | BREAK_NECK,
};
-
/**
* Mob mode definitions. [Skotlex]
*