From d0665d7ac1beee1464ed6f5df0f1a12318d8d5fb Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 28 Sep 2007 15:37:16 +0000 Subject: * Corrected Summer Outfit not included as a PC class. (Zephyrus_CR) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11326 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/pc.h b/src/map/pc.h index b5d29a550..be0569b21 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -113,7 +113,7 @@ enum { #define pc_check_weapontype(sd, type) ((type)&((sd)->status.weapon < MAX_WEAPON_TYPE? \ 1<<(sd)->status.weapon:(1<<(sd)->weapontype1)|(1<<(sd)->weapontype2))) //Checks if the given class value corresponds to a player class. [Skotlex] -#define pcdb_checkid(class_) (class_ <= JOB_XMAS || (class_ >= JOB_NOVICE_HIGH && class_ <= JOB_SOUL_LINKER)) +#define pcdb_checkid(class_) (class_ <= JOB_SUMMER || (class_ >= JOB_NOVICE_HIGH && class_ <= JOB_SOUL_LINKER)) int pc_isGM(struct map_session_data *sd); int pc_getrefinebonus(int lv,int type); -- cgit v1.2.3-60-g2f50