diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 141a272ef..b414b46db 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -590,8 +590,14 @@ typedef enum sc_type { SC_GLORYWOUNDS, SC_SOULCOLD, //509 SC_HAWKEYES, + /* ... */ SC_ODINS_POWER, SC_RAID, + /* Sorcerer .extra */ + SC_FIRE_INSIGNIA, + SC_WATER_INSIGNIA, + SC_WIND_INSIGNIA, //515 + SC_EARTH_INSIGNIA, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |