diff options
author | Epicurus4 <maxmakki2@gmail.com> | 2015-03-12 10:52:46 -0400 |
---|---|---|
committer | Epicurus4 <maxmakki2@gmail.com> | 2015-03-12 10:52:46 -0400 |
commit | ef54ee52e265bafe846c5ba03173e2fa8d60bea6 (patch) | |
tree | f29ed9e944f8870dc75f95604835d164f4426085 /src | |
parent | b306c7c6cfc27861a10d26cb9068eaf4396fde9f (diff) |
Core/Formatting: White space clean-up.
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Server/Packets/LootPackets.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Server/Packets/LootPackets.h b/src/server/game/Server/Packets/LootPackets.h index ba78d1488a3..02e367b1fd7 100644 --- a/src/server/game/Server/Packets/LootPackets.h +++ b/src/server/game/Server/Packets/LootPackets.h @@ -64,16 +64,16 @@ namespace WorldPackets ObjectGuid LootObj; ObjectGuid Owner; - uint8 Threshold = 2; // Most common value + uint8 Threshold = 2; // Most common value, 2 = Uncommon uint8 LootMethod = 0; uint8 AcquireReason = 0; uint8 FailureReason = 17; // Most common value - uint32 Coins = 0; + uint32 Coins = 0; std::vector<LootItem> Items; std::vector<LootCurrency> Currencies; bool PersonalLooting = false; bool Acquired = false; - bool AELooting = false; + bool AELooting = false; }; struct LootRequest |