summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 75fc34b7e..dd8d15f09 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -4151,7 +4151,7 @@ int pc_gainexp(struct map_session_data *sd, struct block_list *src, unsigned int
else
sd->status.job_exp += job_exp;
- while(pc_checkjoblevelup(sd)) ;
+ pc_checkjoblevelup(sd);
clif_updatestatus(sd,SP_JOBEXP);