From b97cdde5ba494e12fe22882b6f7a2aa6c5cb583f Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 28 Apr 2005 06:57:23 +0000 Subject: [PATCH] =?UTF-8?q?Einhieten,=20die=20die=20Partei=20wechseln=20(M?= =?UTF-8?q?onster=3F)=20m=C3=BCssen=20update=5Finterval()=20aufrufen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/kernel/unit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/kernel/unit.c b/src/common/kernel/unit.c index a8c9c907f..486aede30 100644 --- a/src/common/kernel/unit.c +++ b/src/common/kernel/unit.c @@ -832,6 +832,7 @@ u_setfaction(unit * u, faction * f) u->prevF = NULL; u->faction = f; + update_interval(f, u->region); if (cnt && f) { set_number(u, cnt); if (playerrace(u->race)) {