linux fix compile

This commit is contained in:
Luis
2026-09-05 16:02:42 +02:00
parent f058d8e6d7
commit ca1d1bc608
@@ -1628,7 +1628,11 @@ void WorldSession::HandleRequestScheduledPvpInfo(WorldPackets::Battleground::Req
if (Optional<BattlegroundMgr::ActiveBrawl> brawl = sBattlegroundMgr->GetActiveBrawl())
{
WorldPackets::Battleground::RequestScheduledPvpInfoResponse::BrawlInfo& info = response.Brawl.emplace();
response.Brawl =
WorldPackets::Battleground::RequestScheduledPvpInfoResponse::BrawlInfo{};
auto& info = *response.Brawl;
info.BrawlID = brawl->PvpBrawlId;
info.CanQueue = true;