Bug 2032: rename FIGHT back to COMBAT

This commit is contained in:
Enno Rehling 2014-10-20 17:13:32 +02:00
parent 356697e44e
commit 96d5544b1f
4 changed files with 3 additions and 6 deletions

View file

@ -2173,7 +2173,7 @@
<string name="help">
<text locale="de">HELFEN</text>
</string>
<string name="fight">
<string name="combat">
<text locale="de">KÄMPFEN</text>
</string>
<string name="ready">

View file

@ -1451,9 +1451,6 @@
<string name="help">
<text locale="en">HELP</text>
</string>
<string name="fight">
<text locale="en">FIGHT</text>
</string>
<string name="ready">
<text locale="en">COMBATSPELL</text>
</string>

View file

@ -673,7 +673,7 @@ static void init_gms(void)
faction *f;
for (f = factions; f; f = f->next) {
const attrib *a = a_findc(f->attribs, &at_gm);
attrib *a = a_find(f->attribs, &at_gm);
if (a != NULL)
fset(f, FFL_GM);

View file

@ -103,7 +103,7 @@ const char *keywords[MAXKEYWORDS] = {
"research",
"give",
"help",
"fight",
"combat",
"ready",
"buy",
"contact",