mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Battleground: Fixed typo in be144b2fd8
This commit is contained in:
@@ -24,6 +24,8 @@ ArenaScore::ArenaScore(ObjectGuid playerGuid, uint32 team) : BattlegroundScore(p
|
||||
|
||||
void ArenaScore::BuildPvPLogPlayerDataPacket(WorldPackets::Battleground::PVPLogData::PlayerData& playerData) const
|
||||
{
|
||||
BattlegroundScore::BuildPvPLogPlayerDataPacket(playerData);
|
||||
|
||||
if (PreMatchRating)
|
||||
playerData.PreMatchRating = PreMatchRating;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user