summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index e1907d234..bb722a8fd 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -265,6 +265,10 @@ enum {
SC_JAILED,
SC_ENCHANTARMS, //250
SC_MAGICALATTACK,
+ SC_ARMORCHANGE,
+ SC_CRITICALWOUND,
+ SC_MAGICMIRROR,
+ SC_SLOWCAST,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
};
int SkillStatusChangeTable(int skill);