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
+11
View File
@@ -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,
}
}