Core/Formatting: White space clean-up.

This commit is contained in:
Epicurus4
2015-03-12 10:52:46 -04:00
parent b306c7c6cf
commit ef54ee52e2

View File

@@ -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