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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user