diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 9978f711c..44e884923 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5238,9 +5238,9 @@ int pc_gainexp(struct map_session_data *sd, struct block_list *src, unsigned int #if PACKETVER >= 20091027 if(base_exp) - clif_displayexp(sd, base_exp, 1, quest); + clif_displayexp(sd, base_exp, SP_BASEEXP, quest); if(job_exp) - clif_displayexp(sd, job_exp, 2, quest); + clif_displayexp(sd, job_exp, SP_JOBEXP, quest); #endif if(sd->state.showexp) { char output[256]; |