summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-05 06:03:57 +0000
committerKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-05 06:03:57 +0000
commit415d67279afe894590a58a44d647af2576e5cc10 (patch)
tree40c6b73282dbe2b2b824dc8ac406563e10f1f2e7 /src/map/skill.c
parent3806ce4342a17497d19ce9b046d1fedff4a12f96 (diff)
downloadhercules-415d67279afe894590a58a44d647af2576e5cc10.tar.gz
hercules-415d67279afe894590a58a44d647af2576e5cc10.tar.bz2
hercules-415d67279afe894590a58a44d647af2576e5cc10.tar.xz
hercules-415d67279afe894590a58a44d647af2576e5cc10.zip
Last fix for r12485, I swear. >_>
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12487 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 10662275d..424286e94 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -4257,7 +4257,7 @@ 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_count_oncell(src->m,x,y,BL_PC|BL_NPC|BL_MOB) && map_getcell(src->m,x,y,CELL_CHKREACH)) {
+ if(!map_count_oncell(src->m,x,y,BL_PC|BL_NPC|BL_MOB) && map_getcell(src->m,x,y,CELL_CHKREACH)) {
clif_slide(src,x,y);
unit_movepos(src, x, y, 1, 0);
}