From c7eda237ebbe55b449f3418c0b7bf1ba8885d8b7 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 23 Jul 2012 01:26:32 +0000 Subject: [PATCH] follow up the awesome killer-commit r16479 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16480 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/unit.c b/src/map/unit.c index 1e0bad280d..53ad02d8a6 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -929,6 +929,7 @@ int unit_can_move(struct block_list *bl) (sc->data[SC_DANCING]->val1&0xFFFF) == CG_HERMODE ) ) ) + return 0; if (sc->opt1 > 0 && sc->opt1 != OPT1_STONEWAIT && sc->opt1 != OPT1_BURNING && (sc->opt1 != OPT1_CRYSTALIZE && bl->type != BL_MOB)) return 0;