diff options
Diffstat (limited to 'src/map/party.c')
-rw-r--r-- | src/map/party.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/party.c b/src/map/party.c index 15ada66fd..2c9b45a11 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -988,7 +988,7 @@ int party_exp_share(struct party_data* p, struct block_list* src, unsigned int b if (c < 1) return 0; - base_exp/=c; + base_exp/=c; job_exp/=c; zeny/=c; |