From 7aaeb1d70c26c2d97c46919846675f44cac7d595 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 29 May 2005 15:04:58 +0000 Subject: [PATCH] http://eressea.upb.de/mantis/view.php?id=534 Beim BEKLAUEN wurde beim Ziel, nicht beim Beklauenden, UFL_LONGACTION gesetzt. --- src/common/gamecode/economy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gamecode/economy.c b/src/common/gamecode/economy.c index 363fd83f2..4f5a9e925 100644 --- a/src/common/gamecode/economy.c +++ b/src/common/gamecode/economy.c @@ -2198,7 +2198,7 @@ expandstealing(region * r, request * stealorders) ADDMSG(&u->faction->msgs, msg_message("stealeffect", "unit region amount", u, u->region, n)); } add_income(oa[i].unit, IC_STEAL, oa[i].unit->wants, oa[i].unit->n); - fset(u, UFL_LONGACTION); + fset(oa[i].unit, UFL_LONGACTION); } free(oa); }