Core/Misc: Added TWW expansion enum value
Port From (https://github.com/TrinityCore/TrinityCore/commit/8706dba48f461029425431758ac06e7dd2bb0f96)
This commit is contained in:
@@ -10660,6 +10660,8 @@ namespace Game
|
||||
return 60;
|
||||
case Expansion.Dragonflight:
|
||||
return 70;
|
||||
case Expansion.TheWarWithin:
|
||||
return 80;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user