mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: #867 patched by kvogel
This commit is contained in:
parent
9750980a43
commit
3de945609e
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ NLMISC_COMMAND(setFactionWar, "Start/stop current wars between faction", "<Facti
|
|||
return false;
|
||||
}
|
||||
|
||||
if( faction1 < PVP_CLAN::BeginClans || faction1 > PVP_CLAN::EndClans )
|
||||
if( faction2 < PVP_CLAN::BeginClans || faction2 > PVP_CLAN::EndClans )
|
||||
{
|
||||
log.displayNL("Invalid Faction2 name: '%s'", args[1].c_str());
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue