diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index cb101450c..4f51c61ab 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -259,6 +259,7 @@ enum { SC_INCDEXRATE, SC_JAILED, SC_ENCHANTARMS, + SC_MAGICALATTACK, SC_MAX, //Automatically updated max, used in for's and at startup to check we are within bounds. [Skotlex] }; int SkillStatusChangeTable(int skill); |