TrinityCore
|
#include "SharedDefines.h"
#include "QueryResult.h"
#include "Transaction.h"
#include <chrono>
#include <deque>
Go to the source code of this file.
Classes | |
class | SpellHistory |
struct | SpellHistory::CooldownEntry |
struct | SpellHistory::ChargeEntry |
struct | SpellHistory::PersistenceHelper< T > |
Enumerations | |
enum | SpellCooldownFlags { SPELL_COOLDOWN_FLAG_NONE = 0x0, SPELL_COOLDOWN_FLAG_INCLUDE_GCD = 0x1, SPELL_COOLDOWN_FLAG_INCLUDE_EVENT_COOLDOWNS = 0x2 } |
Spell cooldown flags sent in SMSG_SPELL_COOLDOWN. More... | |
enum SpellCooldownFlags |
Spell cooldown flags sent in SMSG_SPELL_COOLDOWN.