mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
feat(Core/Battleground): split Arena and Battleground score (#10616)
This commit is contained in:
@@ -340,7 +340,7 @@ void WorldSession::HandlePVPLogDataOpcode(WorldPacket& /*recvData*/)
|
||||
return;
|
||||
|
||||
WorldPacket data;
|
||||
sBattlegroundMgr->BuildPvpLogDataPacket(&data, bg);
|
||||
bg->BuildPvPLogDataPacket(data);
|
||||
SendPacket(&data);
|
||||
|
||||
LOG_DEBUG("network", "WORLD: Sent MSG_PVP_LOG_DATA Message");
|
||||
|
||||
Reference in New Issue
Block a user