Core/Misc: Added TWW expansion enum value

Port From (https://github.com/TrinityCore/TrinityCore/commit/8706dba48f461029425431758ac06e7dd2bb0f96)
This commit is contained in:
Hondacrx
2024-09-03 21:28:26 -04:00
parent 213e1bc968
commit 1bd1b1d62c
+2
View File
@@ -10660,6 +10660,8 @@ namespace Game
return 60;
case Expansion.Dragonflight:
return 70;
case Expansion.TheWarWithin:
return 80;
default:
break;
}