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 ae26c499e..f5e36ec88 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -302,6 +302,7 @@ typedef enum sc_type { SC_MERC_HPUP, SC_MERC_SPUP, SC_MERC_HITUP, + SC_MERC_QUICKEN, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |