Core/Misc: Create new enum for AreaIds
Port From (https://github.com/TrinityCore/TrinityCore/commit/60b48ad0467c4578d9944e53d9c55ed4b970a4ec)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user