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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 80ce484c1..75b558d79 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -287,6 +287,8 @@ enum sc_type {
SC_AUTOTRADE,
SC_KSPROTECTED,
SC_ARMOR_RESIST,
+ SC_SPCOST_RATE,
+ SC_COMMONSC_RESIST,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
};
int SkillStatusChangeTable(int skill);