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 5d91fa62d..80ce484c1 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -286,6 +286,7 @@ enum sc_type { SC_PNEUMA, SC_AUTOTRADE, SC_KSPROTECTED, + SC_ARMOR_RESIST, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. }; int SkillStatusChangeTable(int skill); |