From 1bd1b1d62c84e969259a6554f6d8dfb799876bae Mon Sep 17 00:00:00 2001 From: Hondacrx Date: Tue, 3 Sep 2024 21:28:26 -0400 Subject: [PATCH] Core/Misc: Added TWW expansion enum value Port From (https://github.com/TrinityCore/TrinityCore/commit/8706dba48f461029425431758ac06e7dd2bb0f96) --- Source/Game/Globals/ObjectManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Game/Globals/ObjectManager.cs b/Source/Game/Globals/ObjectManager.cs index 85f61ceb0..75f82e588 100644 --- a/Source/Game/Globals/ObjectManager.cs +++ b/Source/Game/Globals/ObjectManager.cs @@ -10660,6 +10660,8 @@ namespace Game return 60; case Expansion.Dragonflight: return 70; + case Expansion.TheWarWithin: + return 80; default: break; }