diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-05 16:05:17 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-05 16:05:59 +0200 |
commit | a1fb24f5ed8f7b0d4abf1bcf02edec5e8afb4747 (patch) | |
tree | 6152c438b930e444632eda06d03af9a0f83ebb48 | |
parent | 2042b095266cabd79b26d8325d4dee600260d4c9 (diff) |
Core: Remove again whitespace
-rw-r--r-- | src/server/game/Battlegrounds/BattlegroundScore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Battlegrounds/BattlegroundScore.h b/src/server/game/Battlegrounds/BattlegroundScore.h index ae65721b516..95d1db2c337 100644 --- a/src/server/game/Battlegrounds/BattlegroundScore.h +++ b/src/server/game/Battlegrounds/BattlegroundScore.h @@ -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; |