diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index cd04f4428..437f95253 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3276,10 +3276,6 @@ bool battle_check_range(struct block_list *src,struct block_list *bl,int range) if(src->m != bl->m) // 違うマップ return false; - - if(src->type == BL_HOM && battle_config.hom_setting&0x2) - ; //WTF, way to go Aegis and your awesome bugs. - else if (!check_distance_bl(src, bl, range)) return false; |