#W# Progress Save: Working on CharacterCreation.
This commit is contained in:
parent
c1d2938f30
commit
3a57127cc7
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue