![]() |
TrinityCore
|
#include <SpellHistory.h>
Public Attributes | |
| uint32 | SpellId = 0 |
| Clock::time_point | CooldownEnd |
| uint32 | ItemId = 0 |
| uint32 | CategoryId = 0 |
| Clock::time_point | CategoryEnd |
| bool | OnHold = false |
Definition at line 53 of file SpellHistory.h.
| Clock::time_point SpellHistory::CooldownEntry::CategoryEnd |
Definition at line 59 of file SpellHistory.h.
| uint32 SpellHistory::CooldownEntry::CategoryId = 0 |
Definition at line 58 of file SpellHistory.h.
| Clock::time_point SpellHistory::CooldownEntry::CooldownEnd |
Definition at line 56 of file SpellHistory.h.
| uint32 SpellHistory::CooldownEntry::ItemId = 0 |
Definition at line 57 of file SpellHistory.h.
| bool SpellHistory::CooldownEntry::OnHold = false |
Definition at line 60 of file SpellHistory.h.
| uint32 SpellHistory::CooldownEntry::SpellId = 0 |
Definition at line 55 of file SpellHistory.h.