Core/DataStores: Updated to 11.0.0

This commit is contained in:
Shauren
2024-08-02 14:40:12 +02:00
parent e59eef5432
commit df51150381
33 changed files with 2536 additions and 1614 deletions

View File

@@ -1219,7 +1219,7 @@ GroupJoinBattlegroundResult Group::CanJoinBattlegroundQueue(BattlegroundTemplate
if (!reference)
return ERR_BATTLEGROUND_JOIN_FAILED;
PVPDifficultyEntry const* bracketEntry = DB2Manager::GetBattlegroundBracketByLevel(bgOrTemplate->BattlemasterEntry->MapID[0], reference->GetLevel());
PVPDifficultyEntry const* bracketEntry = DB2Manager::GetBattlegroundBracketByLevel(bgOrTemplate->MapIDs.front(), reference->GetLevel());
if (!bracketEntry)
return ERR_BATTLEGROUND_JOIN_FAILED;