2010/02/06

* Added official packet to display received expirience. (info provided by papkil)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14240 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Inkfish
2010-02-06 05:08:37 +00:00
parent 6e3c96490e
commit 27801bb67f
12 changed files with 49 additions and 15 deletions

View File

@@ -7422,7 +7422,7 @@ BUILDIN_FUNC(getexp)
base = (int) cap_value(base * bonus, 0, INT_MAX);
job = (int) cap_value(job * bonus, 0, INT_MAX);
pc_gainexp(sd, NULL, base, job);
pc_gainexp(sd, NULL, base, job, true);
return 0;
}