From 7506179f2d94e1ac9ae7491946d1cb4fe82c0ba7 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 25 Sep 2006 13:49:29 +0000 Subject: - Changed the order of packets in TK_HIGHJUMP, may fix the reports of getting stuck when jumping into a warp. - Changed a bit the code of marionette control, where a redefined local variable may be the cause of mob-targetted Marionette Control stacking stats up. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8857 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 5a484ff0b..e88c26829 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -4688,8 +4688,8 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in clif_skill_nodamage(src,bl,TK_HIGHJUMP,skilllv,1); if(map_getcell(src->m,x,y,CELL_CHKPASS)) { - unit_movepos(src, x, y, 1, 0); clif_slide(src,x,y); + unit_movepos(src, x, y, 1, 0); } } break; -- cgit v1.2.3-70-g09d2