forked from github/server
"Astraler Ruf findet Einheiten nicht" Falsche REgion getestet, hah.
This commit is contained in:
parent
5673207fe3
commit
0bee2f7f25
|
@ -5846,7 +5846,7 @@ sp_pullastral(castorder *co)
|
||||||
|
|
||||||
u = spobj->data.u;
|
u = spobj->data.u;
|
||||||
|
|
||||||
if (u->region!=r) {
|
if (u->region!=ro) {
|
||||||
/* Report this as unit not found */
|
/* Report this as unit not found */
|
||||||
if (spobj->typ == SPP_UNIT) {
|
if (spobj->typ == SPP_UNIT) {
|
||||||
spobj->data.i = u->no;
|
spobj->data.i = u->no;
|
||||||
|
|
Loading…
Reference in New Issue