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;
|
return 60;
|
||||||
case Expansion.Dragonflight:
|
case Expansion.Dragonflight:
|
||||||
return 70;
|
return 70;
|
||||||
|
case Expansion.TheWarWithin:
|
||||||
|
return 80;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user