From a75f13f9a36ad91cf2fd07257beccbf5bd189c75 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 29 Dec 2011 22:51:31 +0000 Subject: Fixed SC_BURNING icon not going off after it was over; Fixed SC_BURNING from making character unable to move/cast skills/use items/etc, bugreport:5174 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15328 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/unit.c') 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)) -- cgit v1.2.3-70-g09d2