linux fix compile
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user