summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-25 13:49:29 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-25 13:49:29 +0000
commit7506179f2d94e1ac9ae7491946d1cb4fe82c0ba7 (patch)
tree639efd75a43d9d09e3ee7541da0ca174700ab891 /src/map/skill.c
parentc24f4cb1c14a32b78641fe48e1694bbbdb58cbed (diff)
downloadhercules-7506179f2d94e1ac9ae7491946d1cb4fe82c0ba7.tar.gz
hercules-7506179f2d94e1ac9ae7491946d1cb4fe82c0ba7.tar.bz2
hercules-7506179f2d94e1ac9ae7491946d1cb4fe82c0ba7.tar.xz
hercules-7506179f2d94e1ac9ae7491946d1cb4fe82c0ba7.zip
- 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
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
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;