AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "LootMgr.h"
Public Member Functions | |
QuestItem ()=default | |
QuestItem (uint8 _index, bool _islooted=false) | |
Public Attributes | |
uint8 | index {0} |
bool | is_looted {false} |
|
default |
|
inline |
uint8 QuestItem::index {0} |
Referenced by Loot::LootItemInSlot(), and Player::StoreLootItem().
bool QuestItem::is_looted {false} |
Referenced by Loot::LootItemInSlot(), and Player::StoreLootItem().