fix: Fixes old haven and new haven starting cities (#1097)
Adds OldHaven cities for shards that use clients older than 6.x
This commit is contained in:
parent
f4cbe82d17
commit
2d00f6d27a
4 changed files with 1604 additions and 1609 deletions
|
|
@ -276,7 +276,7 @@ public static class ServerConfiguration
|
|||
isPre60000 = ServerConfigurationPrompts.GetIsClientPre6000();
|
||||
if (isPre60000 == true)
|
||||
{
|
||||
SetSetting("maps.enablePre6000Trammel", true.ToString());
|
||||
SetSetting("maps.enablePre6000Trammel", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue