diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 6 |
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, |