From 29cfece1f3664b0c53b26a0ed8144245e77f3373 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 7 Jun 2007 20:41:13 +0000 Subject: [PATCH] =?UTF-8?q?http://eressea.upb.de/mantis/view.php=3Fid=3D11?= =?UTF-8?q?95=20"Welche=20Sprache=20spricht=20mein=20Gegen=C3=BCber"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Info für andere Parteien jetzt auch im CR. --- src/common/gamecode/creport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/gamecode/creport.c b/src/common/gamecode/creport.c index ae7afd97e..91050ca25 100644 --- a/src/common/gamecode/creport.c +++ b/src/common/gamecode/creport.c @@ -944,6 +944,7 @@ cr_find_address(FILE * F, const faction * uf, const faction_list * addresses) fprintf(F, "\"%s\";Parteiname\n", f->name); fprintf(F, "\"%s\";email\n", f->email); fprintf(F, "\"%s\";banner\n", f->banner); + fprintf(F, "\"%s\";locale\n", locale_name(f->locale)); if (f->alliance!=NULL && f->alliance==uf->alliance) { fprintf(F, "%d;alliance\n", f->alliance->id); fprintf(F, "\"%s\";alliancename\n", f->alliance->name);