#W# Progress Save: Working on CharacterCreation.

This commit is contained in:
WarrentyExpired 2026-09-02 10:12:50 -04:00
parent c1d2938f30
commit 3a57127cc7

View file

@ -297,14 +297,14 @@ public static partial class CharacterCreation
var availableMaps = ExpansionInfo.CoreExpansion.MapSelectionFlags;
var m = args.Mobile;
if (m.AccessLevel > AccessLevel.Player)
/*if (m.AccessLevel > AccessLevel.Player)
{
var map = availableMaps.Includes(MapSelectionFlags.Underworld) ? Map.Underworld : Map.Veridia;
if (availableMaps.Includes(MapSelectionFlags.Underworld))
{
return new CityInfo("Green Acres", "Green Acres", 5445, 1153, 0, Map.Veridia);
}
}
}*/
if (Core.SA)
{