forked from github/server
Bug 2032: rename FIGHT back to COMBAT
This commit is contained in:
parent
356697e44e
commit
96d5544b1f
4 changed files with 3 additions and 6 deletions
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -103,7 +103,7 @@ const char *keywords[MAXKEYWORDS] = {
|
|||
"research",
|
||||
"give",
|
||||
"help",
|
||||
"fight",
|
||||
"combat",
|
||||
"ready",
|
||||
"buy",
|
||||
"contact",
|
||||
|
|
Loading…
Reference in a new issue