From c5460b307a161cc0ff7209e04d278ff8ed131ba6 Mon Sep 17 00:00:00 2001 From: eathenabot Date: Tue, 17 Jan 2012 06:47:30 +0000 Subject: * Merged changes up to eAthena 15058. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15476 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/pc.c') 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]; -- cgit v1.2.3-60-g2f50