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:
Kamron Batman 2023-11-25 23:31:54 -08:00 committed by GitHub
parent a93a363c5f
commit 674b8dca83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 122 additions and 97 deletions

View file

@ -1,5 +1,3 @@
using Server;
using System;
using Xunit;
namespace Server.Tests.Utility;