diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index 8579dc9e3..ab81d41ac 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4474,8 +4474,6 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val if (!(rand()%10000 < rate))
return 0;
-
-
}
undead_flag=battle_check_undead(status->race,status->def_ele);
|