From 065071b8032997d32c02ae7834c81566f027532e Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 24 Oct 2013 04:49:48 -0200 Subject: Fixed Bug #7754 Fixed Field Manuals not display the proper boost percentage on the client. http://hercules.ws/board/tracker/issue-7754-field-manuals-issue/ Thanks to Frost Signed-off-by: shennetsind --- src/map/status.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/map/status.c b/src/map/status.c index 68a87b27a..4c40b1a2f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8771,6 +8771,8 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_WATER_BARRIER: val_flag |= 1|2|4; break; + case SC_CASH_PLUSEXP: + case SC_CASH_PLUSONLYJOBEXP: case SC_MONSTER_TRANSFORM: val_flag |= 1; break; -- cgit v1.2.3-60-g2f50