Core/Misc: Create new enum for AreaIds

Port From (https://github.com/TrinityCore/TrinityCore/commit/60b48ad0467c4578d9944e53d9c55ed4b970a4ec)
This commit is contained in:
hondacrx
2022-02-23 16:45:12 -05:00
parent 43726e7da0
commit 3c6e9e7795
6 changed files with 28 additions and 29 deletions
@@ -23,7 +23,6 @@ namespace Game.BattleFields
{
static class WGConst
{
public const uint ZoneId = 4197; // Wintergrasp
public const uint MapId = 571; // Northrend
public const byte MaxOutsideNpcs = 14;
@@ -548,17 +547,6 @@ namespace Game.BattleFields
public const uint Max = 7;
}
public struct WintergraspAreaIds
{
public const uint WintergraspFortress = 4575;
public const uint TheSunkenRing = 4538;
public const uint TheBrokenTemplate = 4539;
public const uint WestparkWorkshop = 4611;
public const uint EastparkWorkshop = 4612;
public const uint Wintergrasp = 4197;
public const uint TheChilledQuagmire = 4589;
}
struct WintergraspQuests
{
public const uint VictoryAlliance = 13181;