diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 095581962..ca330d595 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -236,7 +236,6 @@ enum { SC_SKA, // [marquis007] SC_TKREST, // [marquis007] SC_MIRACLE, //SG 'hidden' skill [Komurka] - //Ninja/GS states SC_MADNESSCANCEL, SC_ADJUSTMENT, SC_INCREASING, //230 @@ -259,6 +258,7 @@ enum { SC_INCAGIRATE, SC_INCDEXRATE, SC_JAILED, + SC_ENCHANTARMS, SC_MAX, //Automatically updated max, used in for's and at startup to check we are within bounds. [Skotlex] }; int SkillStatusChangeTable(int skill); |