From 8fd9120aab67440bc7148646ae064354c1067d35 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 17 May 2012 06:01:15 +0000 Subject: Fixed bugreport:5757 Added missing Sorcerer Insignias, Credits to brAthena git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16115 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/map/status.h') 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; -- cgit v1.2.3-60-g2f50