forked from github/server
Untote bewegen sich nicht mehr!!! Nicht nur Untote, und nicht nur Bewegung - alle möglichen langen Befehle sind nicht ausgeführt worden. Au weia.
This commit is contained in:
parent
f78105d262
commit
1b07d7513b
|
@ -987,14 +987,14 @@ plan_monsters(void)
|
|||
}
|
||||
break;
|
||||
}
|
||||
if (long_order) {
|
||||
set_order(&u->thisorder, copy_order(long_order));
|
||||
}
|
||||
if (long_order) {
|
||||
set_order(&u->thisorder, copy_order(long_order));
|
||||
#ifdef LASTORDER
|
||||
set_order(&u->lastorder, copy_order(long_order));
|
||||
set_order(&u->lastorder, copy_order(long_order));
|
||||
#else
|
||||
addlist(&u->orders, long_order);
|
||||
addlist(&u->orders, long_order);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue