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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ namespace Server
|
|||
public FileStream DataStream { get; }
|
||||
public BinaryReader IndexReader { get; }
|
||||
|
||||
private static bool Pre6000ClientSupport;
|
||||
public static bool Pre6000ClientSupport { get; private set; }
|
||||
|
||||
public static void Configure()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue