mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 14:46:54 +01:00
Core: Remove again whitespace
This commit is contained in:
@@ -87,7 +87,7 @@ struct BattlegroundScore
|
||||
}
|
||||
}
|
||||
|
||||
virtual void AppendToPacket(WorldPacket& data)
|
||||
virtual void AppendToPacket(WorldPacket& data)
|
||||
{
|
||||
data << uint64(PlayerGuid);
|
||||
|
||||
@@ -108,7 +108,7 @@ struct BattlegroundScore
|
||||
|
||||
uint64 PlayerGuid;
|
||||
|
||||
// Default score, present in every type
|
||||
// Default score, present in every type
|
||||
uint32 KillingBlows;
|
||||
uint32 Deaths;
|
||||
uint32 HonorableKills;
|
||||
|
||||
Reference in New Issue
Block a user