diff options
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index c2b634665..c2640c070 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -9785,7 +9785,7 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const sd = BL_CAST(BL_PC,bl); - if (sce->timer != tid && tid != INVALID_TIMER) + if (sce->timer != tid && tid != INVALID_TIMER && sce->timer != INVALID_TIMER) return 0; st = status->get_status_data(bl); |