fix: Fixes character starting cities. (#1615)
### Summary - Moves starting city info from AccountHandler to CharacterCreation - Simplifies the logic of determining the starting cities - Adds support for Trammel & Felucca for non-young accounts - Fixes fall through starting city for v6+ in UOR era. - All staff are force-sent to GA. Closes #1408
This commit is contained in:
parent
a93a363c5f
commit
674b8dca83
3 changed files with 122 additions and 97 deletions
|
|
@ -1,5 +1,3 @@
|
|||
using Server;
|
||||
using System;
|
||||
using Xunit;
|
||||
|
||||
namespace Server.Tests.Utility;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue