![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Player.h"
Public Member Functions | |
EnchantDuration ()=default | |
EnchantDuration (Item *_item, EnchantmentSlot _slot, uint32 _leftduration) | |
Public Attributes | |
Item * | item {nullptr} |
EnchantmentSlot | slot {MAX_ENCHANTMENT_SLOT} |
uint32 | leftduration {0} |
|
default |
|
inline |
Item* EnchantDuration::item {nullptr} |
Referenced by EnchantDuration().
uint32 EnchantDuration::leftduration {0} |
EnchantmentSlot EnchantDuration::slot {MAX_ENCHANTMENT_SLOT} |