diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index 1f9ea7a7c..e85bb0ebf 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5021,12 +5021,13 @@ int status_change_end( struct block_list* bl , int type,int tid ) case SC_INCREASING:
case SC_GATLINGFEVER:
case SC_TATAMIGAESHI:
- case SC_UTSUSEMI:
case SC_KAENSIN:
case SC_SUITON:
- case SC_NEN:
calc_flag = 1;
break;
+ case SC_UTSUSEMI:
+ case SC_NEN:
+ break;
}
|