diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index d1b3c6471..942f86d7c 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -722,6 +722,8 @@ typedef enum sc_type { SC_DEFSET, SC_MDEFSET, + SC_NO_SWITCH_EQUIP, + SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |