#include "SharedDefines.h"
#include "DatabaseEnvFwd.h"
#include "GameTime.h"
#include <vector>
#include <unordered_map>
Go to the source code of this file.
◆ SpellCooldownFlags
Spell cooldown flags sent in SMSG_SPELL_COOLDOWN.
| Enumerator |
|---|
| SPELL_COOLDOWN_FLAG_NONE | |
| SPELL_COOLDOWN_FLAG_INCLUDE_GCD | Starts GCD in addition to normal cooldown specified in the packet.
|
| SPELL_COOLDOWN_FLAG_INCLUDE_EVENT_COOLDOWNS | Starts GCD for spells that should start their cooldown on events, requires SPELL_COOLDOWN_FLAG_INCLUDE_GCD set.
|
Definition at line 41 of file SpellHistory.h.