diff options
author | ossi0110 <maikkempkes@alice.de> | 2013-10-24 10:47:35 +0200 |
---|---|---|
committer | ossi0110 <maikkempkes@alice.de> | 2013-10-24 10:47:35 +0200 |
commit | 0582df458213f308eb4575de79955043d872406f (patch) | |
tree | 3823d3dd35b99075389726eac4b534a323661d15 /src | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-0582df458213f308eb4575de79955043d872406f.tar.gz hercules-0582df458213f308eb4575de79955043d872406f.tar.bz2 hercules-0582df458213f308eb4575de79955043d872406f.tar.xz hercules-0582df458213f308eb4575de79955043d872406f.zip |
Follow UP Fixed Bug #7754
Follow Up Fixed Bug #7754
there was the SC_CASH_RECIVEITEM line missing in Inds Commit.
added case SC_CASH_RECEIVEITEM:
so it will display the correct % value.
Diffstat (limited to 'src')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 4c40b1a2f..b60c49699 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8774,6 +8774,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_CASH_PLUSEXP: case SC_CASH_PLUSONLYJOBEXP: case SC_MONSTER_TRANSFORM: + case SC_CASH_RECEIVEITEM: val_flag |= 1; break; } |