diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index eae8805e4..11198f28f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6594,7 +6594,10 @@ int status_change_end(struct block_list* bl, enum sc_type type, int tid) break; case SC_INCATKRATE: //Simulated Explosion spirits effect. if (bl->type != BL_MOB) + { + opt_flag = 0; break; + } case SC_EXPLOSIONSPIRITS: sc->opt3 &= ~0x8; opt_flag = 0; |