From 72fc9343c79775d3c9df910ce78f5b0ee274cb81 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 21 Jul 2006 23:45:53 +0000 Subject: - Corrected the @follow timer not being deleted on logout. - Applied the homunculus code fixes provided by Toms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7820 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 257fceb16..14e82f792 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3088,6 +3088,8 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f return 0; //Just fallback on master. t_bl=(struct block_list *)((TBL_HOMUNCULUS*)target)->master; + if (((TBL_PC*)t_bl)->state.monster_ignore && t_bl != s_bl && flag&BCT_ENEMY) + return 0; break; } case BL_SKILL: //Skill with no owner? Kinda odd... but.. let it through. -- cgit v1.2.3-70-g09d2