![]() |
TrinityCore
|
#include <LootPackets.h>
Public Attributes | |
| ::LootItemType | Type = LootItemType::Item |
| uint8 | UIType = 0 |
| uint32 | Quantity = 0 |
| uint8 | LootItemType = 0 |
| uint8 | LootListID = 0 |
| bool | CanTradeToTapList = false |
| WorldPackets::Item::ItemInstance | Loot |
Definition at line 42 of file LootPackets.h.
| bool WorldPackets::Loot::LootItemData::CanTradeToTapList = false |
Definition at line 49 of file LootPackets.h.
| WorldPackets::Item::ItemInstance WorldPackets::Loot::LootItemData::Loot |
Definition at line 50 of file LootPackets.h.
| uint8 WorldPackets::Loot::LootItemData::LootItemType = 0 |
Definition at line 47 of file LootPackets.h.
| uint8 WorldPackets::Loot::LootItemData::LootListID = 0 |
Definition at line 48 of file LootPackets.h.
| uint32 WorldPackets::Loot::LootItemData::Quantity = 0 |
Definition at line 46 of file LootPackets.h.
| ::LootItemType WorldPackets::Loot::LootItemData::Type = LootItemType::Item |
Definition at line 44 of file LootPackets.h.
| uint8 WorldPackets::Loot::LootItemData::UIType = 0 |
Definition at line 45 of file LootPackets.h.