diff options
Diffstat (limited to 'src/map/status.c')
-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 a9da05e7f..a79ff7f89 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6036,7 +6036,7 @@ int status_change_end( struct block_list* bl , int type,int tid ) status = status_get_status_data(bl); nullpo_retr(0,sc); nullpo_retr(0,status); - + if(type < 0 || type >= SC_MAX) return 0; |