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 c34c45d10..23f8ec4b1 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -284,6 +284,8 @@ enum sc_type {
SC_HPREGEN,
SC_INCHEALRATE,
SC_PNEUMA,
+ SC_AUTOTRADE,
+ SC_KSPROTECTED,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
};
int SkillStatusChangeTable(int skill);