From 1480c4ee7007b58a15c5b4f8f935d502f8f2a4e6 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 23 Dec 2011 14:29:53 +0000 Subject: Fixed all sniper traps (except ankle snare) from working on their owner; bugreport:1154 Also fixed a gcc warning in status.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15231 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index ebb8f170b..b8a4a347a 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -9185,6 +9185,11 @@ int skill_unit_onplace_timer (struct skill_unit *src, struct block_list *bl, uns case UNT_VERDURETRAP: case UNT_FIRINGTRAP: case UNT_ICEBOUNDTRAP: + /** + * The owner of these traps (all but ankle snare) cannot be affected by it + **/ + if (sg->src_id == bl->id) + break; map_foreachinrange(skill_trap_splash,&src->bl, skill_get_splash(sg->skill_id, sg->skill_lv), sg->bl_flag, &src->bl,tick); if (sg->unit_id != UNT_FIREPILLAR_ACTIVE) clif_changetraplook(&src->bl, sg->unit_id==UNT_LANDMINE?UNT_FIREPILLAR_ACTIVE:UNT_USED_TRAPS); -- cgit v1.2.3-70-g09d2