diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |