From 9c2f6c141486530c03ceb01261bd975a95a7f9b8 Mon Sep 17 00:00:00 2001 From: shadow Date: Wed, 16 Jul 2008 00:07:16 +0000 Subject: Fixed TK_JUMPKICK, should not jump over objects and cliffs. - This also might fix them being able to jump barricades on WoESE. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12962 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 3777078e6..cf81ad720 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -2379,7 +2379,7 @@ int skill_castend_damage_id (struct block_list* src, struct block_list *bl, int case TK_JUMPKICK: skill_attack(BF_WEAPON,src,src,bl,skillid,skilllv,tick,flag); - if (unit_movepos(src, bl->x, bl->y, 0, 0)) + if (unit_movepos(src, bl->x, bl->y, 1, 1)) //Should not jump over objects and cliffs clif_slide(src,bl->x,bl->y); break; -- cgit v1.2.3-60-g2f50