AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "SpellMgr.h"
Public Attributes | |
SpellInfo const * | prev |
SpellInfo const * | next |
SpellInfo const * | first |
SpellInfo const * | last |
uint8 | rank |
SpellInfo const* SpellChainNode::first |
Referenced by SpellInfo::GetFirstRankSpell(), SpellInfo::IsHighRankOf(), and SpellMgr::LoadSpellTalentRanks().
SpellInfo const* SpellChainNode::last |
Referenced by SpellInfo::GetLastRankSpell(), Unit::HandleDummyAuraProc(), and SpellMgr::LoadSpellTalentRanks().
SpellInfo const* SpellChainNode::next |
Referenced by SpellInfo::GetNextRankSpell(), and SpellMgr::LoadSpellTalentRanks().
SpellInfo const* SpellChainNode::prev |
Referenced by SpellInfo::GetPrevRankSpell(), and SpellMgr::LoadSpellTalentRanks().
uint8 SpellChainNode::rank |