diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/unit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 1e0bad280..53ad02d8a 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; |