diff options
Diffstat (limited to 'src/server/game/Loot/Loot.h')
-rw-r--r-- | src/server/game/Loot/Loot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Loot/Loot.h b/src/server/game/Loot/Loot.h index 51e5a58fb81..f21ec27f4c1 100644 --- a/src/server/game/Loot/Loot.h +++ b/src/server/game/Loot/Loot.h @@ -131,7 +131,7 @@ struct TC_GAME_API LootItem ConditionContainer conditions; // additional loot condition GuidSet 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! - uint8 count : 8; + uint8 count; bool is_looted : 1; bool is_blocked : 1; bool freeforall : 1; // free for all |