diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 87274adc0..19985f62a 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -567,7 +567,11 @@ typedef enum sc_type { SC_TIDAL_WEAPON_OPTION,//505 SC_ROCK_CRUSHER, SC_ROCK_CRUSHER_ATK, - + /* Guild Aura */ + SC_LEADERSHIP, + SC_GLORYWOUNDS, + SC_SOULCOLD, //510 + SC_HAWKEYES, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |