diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 06:47:30 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 06:47:30 +0000 |
commit | c5460b307a161cc0ff7209e04d278ff8ed131ba6 (patch) | |
tree | 342e2ff06d771284badaca12b003d72e077f76c1 /src/map/pc.c | |
parent | b965f8dd85d0b0ea5e3fb512fc7b81d5b0a5eeea (diff) | |
download | hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.gz hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.bz2 hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.xz hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.zip |
* Merged changes up to eAthena 15058.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15476 54d463be-8e91-2dee-dedb-b68131a5f0ec
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]; |