summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-13 23:15:59 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-13 23:15:59 +0300
commit0cb065dca4f0793f601e807069c725cee4b459f1 (patch)
treefa9d5dd9b9bb99c45c262036155c338d78750bc7
parent733a2935c4b057eb1c9124726306c07751be1212 (diff)
downloadevol-hercules-0cb065dca4f0793f601e807069c725cee4b459f1.tar.gz
evol-hercules-0cb065dca4f0793f601e807069c725cee4b459f1.tar.bz2
evol-hercules-0cb065dca4f0793f601e807069c725cee4b459f1.tar.xz
evol-hercules-0cb065dca4f0793f601e807069c725cee4b459f1.zip
Update from hercules
-rw-r--r--src/emap/unit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/unit.c b/src/emap/unit.c
index 4797d0d..e3559ba 100644
--- a/src/emap/unit.c
+++ b/src/emap/unit.c
@@ -64,6 +64,7 @@ int eunit_can_move_pre(struct block_list **blPtr)
if (sd && (
sd->state.vending ||
+ sd->state.prevend ||
sd->state.buyingstore ||
sd->block_action.move))
{