diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 1d1b5437d..1da04dc0e 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3300,7 +3300,7 @@ int battle_check_range(struct block_list *src,struct block_list *bl,int range) return 0; if(src->type == BL_HOM && battle_config.hom_setting&0x2) - return 1; //WTF, way to go Aegis and your awesome bugs. + range = battle_config.area_size + 1; //WTF, way to go Aegis and your awesome bugs. if (!check_distance_bl(src, bl, range)) return 0; |