summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskyleo <skyleo@skyleo.de>2020-01-16 19:14:39 +0100
committerGitHub <noreply@github.com>2020-01-16 19:14:39 +0100
commitdcf5a51298916308ecb161911439365b27205c3e (patch)
tree76d80402748666e2e2fcb426a6485fdc010fc9aa
parent755edf380613992cc05e38afcd2e9ae5eff6fd6d (diff)
downloadhercules-dcf5a51298916308ecb161911439365b27205c3e.tar.gz
hercules-dcf5a51298916308ecb161911439365b27205c3e.tar.bz2
hercules-dcf5a51298916308ecb161911439365b27205c3e.tar.xz
hercules-dcf5a51298916308ecb161911439365b27205c3e.zip
Update src/map/battle.c
Co-Authored-By: Kenpachi2k13 <Kenpachi.Developer@gmx.de>
-rw-r--r--src/map/battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index b9112fe26..80a875c31 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6609,7 +6609,7 @@ static int battle_check_target(struct block_list *src, struct block_list *target
s_bl = src;
if ((flag & BCT_ENEMY) != 0 && (status_get_mode(s_bl) & MD_BOSS) == 0 && (map->getcell(m, src, src->x, src->y, CELL_CHKBASILICA) != 0
- || map->getcell(m, src, target->x, target->y, CELL_CHKBASILICA))) {
+ || map->getcell(m, src, target->x, target->y, CELL_CHKBASILICA) != 0)) {
return -1;
}