Core/Misc: Create new enum for AreaIds
Port From (https://github.com/TrinityCore/TrinityCore/commit/60b48ad0467c4578d9944e53d9c55ed4b970a4ec)
This commit is contained in:
@@ -2939,4 +2939,15 @@ namespace Framework.Constants
|
||||
EnabledWithoutAutoIgnore = 1,
|
||||
EnabledWithAutoIgnore = 2
|
||||
}
|
||||
|
||||
public enum AreaId
|
||||
{
|
||||
Wintergrasp = 4197,
|
||||
TheSunkenRing = 4538,
|
||||
TheBrokenTemplate = 4539,
|
||||
WintergraspFortress = 4575,
|
||||
TheChilledQuagmire = 4589,
|
||||
WestparkWorkshop = 4611,
|
||||
EastparkWorkshop = 4612,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user