summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index 017932990..d9faf46c6 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -899,7 +899,7 @@ int unit_can_move(struct block_list *bl)
return 0; //Can't move
if (sc) {
- if (sc->opt1 > 0 && sc->opt1 != OPT1_STONEWAIT)
+ if (sc->opt1 > 0 && sc->opt1 != OPT1_STONEWAIT && sc->opt1 != OPT1_BURNING)
return 0;
if ((sc->option & OPTION_HIDE) && (!sd || pc_checkskill(sd, RG_TUNNELDRIVE) <= 0))