From eab80afc285eb803d4f48bd2eab9e68b607ad281 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 1 Mar 2009 18:52:31 +0000 Subject: Ankle Snare cannot be knocked back anymore (bugreport:2804). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13554 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 95783ed5e..f5fb90674 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -1306,6 +1306,8 @@ int skill_blown(struct block_list* src, struct block_list* target, int count, in break; case BL_SKILL: su = (struct skill_unit *)target; + if( su->group->unit_id == UNT_ANKLESNARE ) + return 0; // ankle snare cannot be knocked back break; } -- cgit v1.2.3-60-g2f50