From 0582df458213f308eb4575de79955043d872406f Mon Sep 17 00:00:00 2001 From: ossi0110 Date: Thu, 24 Oct 2013 10:47:35 +0200 Subject: 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. --- src/map/status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/status.c') 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; } -- cgit v1.2.3-60-g2f50