From 915365b27f5e35e8957e25d9ea7231ad1c4f8861 Mon Sep 17 00:00:00 2001 From: malufett Date: Fri, 22 Feb 2013 20:45:27 +0800 Subject: Fixed Bug #7087 -Updated official behavior of warp portal dealing with skill requirement and casting. Signed-off-by: malufett --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 924c9d8a5..197b0578a 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -5195,7 +5195,7 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f case BL_MOB: if(((((TBL_MOB*)target)->special_state.ai == 2 || //Marine Spheres (((TBL_MOB*)target)->special_state.ai == 3 && battle_config.summon_flora&1)) && //Floras - s_bl->type == BL_PC && src->type != BL_MOB) || ((TBL_MOB*)target)->special_state.ai == 4 && t_bl->id != src->id) //Zanzoe + s_bl->type == BL_PC && src->type != BL_MOB) || ((TBL_MOB*)target)->special_state.ai == 4 && t_bl->id != s_bl->id) //Zanzoe { //Targettable by players state |= BCT_ENEMY; strip_enemy = 0; -- cgit v1.2.3-70-g09d2