From f4d04712b8383d5540f3178320af47de5486786b Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 31 Jan 2006 13:45:04 +0000 Subject: - Changed the exp tables format. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5135 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index d8195fb0a..7aafe9311 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8814,7 +8814,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) pc_checkskill(sd,SG_STAR_COMFORT)) status_calc_pc(sd,0); - if (pc_checkskill(sd, SG_DEVIL) && sd->status.job_level >= battle_config.max_job_level) + if (pc_checkskill(sd, SG_DEVIL) && !pc_nextjobafter(sd)) clif_status_load(&sd->bl, SI_DEVIL, 1); //blindness [Komurka] map_foreachinarea(clif_getareachar,sd->bl.m,sd->bl.x-AREA_SIZE,sd->bl.y-AREA_SIZE,sd->bl.x+AREA_SIZE,sd->bl.y+AREA_SIZE,BL_ALL,sd); -- cgit v1.2.3-70-g09d2