aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Loot
diff options
context:
space:
mode:
authorGustavo <sirikfoll@hotmail.com>2017-02-21 14:37:34 -0300
committerAokromes <Aokromes@users.noreply.github.com>2017-02-21 18:37:34 +0100
commit3a67c8e361feb49e03f8507753aafc841a26a434 (patch)
tree5700e48d95a310655467ccf936335315b73a33db /src/server/game/Loot
parent2559874e8dc98053fd1314cd885dfd66e269e73c (diff)
Core/Misc Remove Tabs and Whitespaces (#19179)
Diffstat (limited to 'src/server/game/Loot')
-rw-r--r--src/server/game/Loot/LootMgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Loot/LootMgr.h b/src/server/game/Loot/LootMgr.h
index 3e902a86a84..0aa85bb0186 100644
--- a/src/server/game/Loot/LootMgr.h
+++ b/src/server/game/Loot/LootMgr.h
@@ -153,9 +153,9 @@ struct TC_GAME_API LootItem
uint32 itemid;
uint32 randomSuffix;
int32 randomPropertyId;
- ConditionContainer conditions; // additional loot condition
+ ConditionContainer conditions; // additional loot condition
AllowedLooterSet allowedGUIDs;
- ObjectGuid rollWinnerGUID; // Stores the guid of person who won loot, if his bags are full only he can see the item in loot list!
+ ObjectGuid rollWinnerGUID; // Stores the guid of person who won loot, if his bags are full only he can see the item in loot list!
uint8 count : 8;
bool is_looted : 1;
bool is_blocked : 1;