TrinityCore
Loading...
Searching...
No Matches
SpellMgr Class Reference

#include <SpellMgr.h>

Public Member Functions

 SpellMgr (SpellMgr const &right)=delete
 
 SpellMgr (SpellMgr &&right)=delete
 
SpellMgroperator= (SpellMgr const &right)=delete
 
SpellMgroperator= (SpellMgr &&right)=delete
 
SpellChainNode const * GetSpellChainNode (uint32 spell_id) const
 
uint32 GetFirstSpellInChain (uint32 spell_id) const
 
uint32 GetLastSpellInChain (uint32 spell_id) const
 
uint32 GetNextSpellInChain (uint32 spell_id) const
 
uint32 GetPrevSpellInChain (uint32 spell_id) const
 
uint8 GetSpellRank (uint32 spell_id) const
 
uint32 GetSpellWithRank (uint32 spell_id, uint32 rank, bool strict=false) const
 
Trinity::IteratorPair< SpellRequiredMap::const_iterator > GetSpellsRequiredForSpellBounds (uint32 spell_id) const
 
SpellsRequiringSpellMapBounds GetSpellsRequiringSpellBounds (uint32 spell_id) const
 
bool IsSpellRequiringSpell (uint32 spellid, uint32 req_spellid) const
 
SpellLearnSkillNode const * GetSpellLearnSkill (uint32 spell_id) const
 
SpellLearnSpellMapBounds GetSpellLearnSpellMapBounds (uint32 spell_id) const
 
bool IsSpellLearnSpell (uint32 spell_id) const
 
bool IsSpellLearnToSpell (uint32 spell_id1, uint32 spell_id2) const
 
Trinity::IteratorPair< SpellLearnedBySpellMap::const_iterator > GetSpellLearnedBySpellMapBounds (uint32 learnedSpellId) const
 
SpellTargetPosition const * GetSpellTargetPosition (uint32 spell_id, SpellEffIndex effIndex) const
 
Trinity::IteratorPair< SpellTargetPositionMap::const_iterator > GetSpellTargetPositions (uint32 spell_id, SpellEffIndex effIndex) const
 
SpellSpellGroupMapBounds GetSpellSpellGroupMapBounds (uint32 spell_id) const
 
bool IsSpellMemberOfSpellGroup (uint32 spellid, SpellGroup groupid) const
 
SpellGroupSpellMapBounds GetSpellGroupSpellMapBounds (SpellGroup group_id) const
 
void GetSetOfSpellsInSpellGroup (SpellGroup group_id, std::set< uint32 > &foundSpells) const
 
void GetSetOfSpellsInSpellGroup (SpellGroup group_id, std::set< uint32 > &foundSpells, std::set< SpellGroup > &usedGroups) const
 
bool AddSameEffectStackRuleSpellGroups (SpellInfo const *spellInfo, AuraType auraType, SpellEffectValue amount, std::map< SpellGroup, SpellEffectValue > &groups) const
 
SpellGroupStackRule CheckSpellGroupStackRules (SpellInfo const *spellInfo1, SpellInfo const *spellInfo2) const
 
SpellGroupStackRule GetSpellGroupStackRule (SpellGroup groupid) const
 
SpellProcEntry const * GetSpellProcEntry (SpellInfo const *spellInfo) const
 
SpellThreatEntry const * GetSpellThreatEntry (uint32 spellID) const
 
SkillLineAbilityMapBounds GetSkillLineAbilityMapBounds (uint32 spell_id) const
 
PetAura const * GetPetAura (uint32 spell_id, uint8 eff) const
 
SpellEnchantProcEntry const * GetSpellEnchantProcEvent (uint32 enchId) const
 
bool IsArenaAllowedEnchancment (uint32 ench_id) const
 
std::vector< int32 > const * GetSpellLinked (SpellLinkedType type, uint32 spell_id) const
 
PetLevelupSpellSet const * GetPetLevelupSpellList (uint32 petFamily) const
 
PetDefaultSpellsEntry const * GetPetDefaultSpellsEntry (int32 id) const
 
SpellAreaMapBounds GetSpellAreaMapBounds (uint32 spell_id) const
 
SpellAreaForQuestMapBounds GetSpellAreaForQuestMapBounds (uint32 quest_id) const
 
SpellAreaForQuestMapBounds GetSpellAreaForQuestEndMapBounds (uint32 quest_id) const
 
SpellAreaForAuraMapBounds GetSpellAreaForAuraMapBounds (uint32 spell_id) const
 
SpellAreaForAreaMapBounds GetSpellAreaForAreaMapBounds (uint32 area_id) const
 
SpellInfo const * GetSpellInfo (uint32 spellId, Difficulty difficulty) const
 
SpellInfo const * AssertSpellInfo (uint32 spellId, Difficulty difficulty) const
 
void ForEachSpellInfo (std::function< void(SpellInfo const *)> callback)
 
void ForEachSpellInfoDifficulty (uint32 spellId, std::function< void(SpellInfo const *)> callback)
 
void LoadPetFamilySpellsStore ()
 
uint32 GetModelForTotem (uint32 spellId, uint8 race) const
 
void UnloadSpellInfoChains ()
 
void LoadSpellRanks ()
 
void LoadSpellRequired ()
 
void LoadSpellLearnSkills ()
 
void LoadSpellLearnSpells ()
 
void LoadSpellTargetPositions ()
 
void LoadSpellGroups ()
 
void LoadSpellGroupStackRules ()
 
void LoadSpellProcs ()
 
void LoadSpellThreats ()
 
void LoadSkillLineAbilityMap ()
 
void LoadSpellPetAuras ()
 
void LoadSpellEnchantProcData ()
 
void LoadSpellLinked ()
 
void LoadPetLevelupSpellMap ()
 
void LoadPetDefaultSpells ()
 
void LoadSpellAreas ()
 
void LoadSpellInfoStore ()
 
void UnloadSpellInfoStore ()
 
void UnloadSpellInfoImplicitTargetConditionLists ()
 
void LoadSpellInfoServerside ()
 
void LoadSpellInfoCustomAttributes ()
 
void LoadSpellInfoCorrections ()
 
void LoadSpellInfoSpellSpecificAndAuraState ()
 
void LoadSpellInfoDiminishing ()
 
void LoadSpellInfoImmunities ()
 
void LoadSpellInfoTargetCaps ()
 
void LoadSpellTotemModel ()
 

Static Public Member Functions

static SpellMgrinstance ()
 
static bool IsSpellValid (SpellInfo const *spellInfo, Player *player=nullptr, bool msg=true)
 Some checks for spells, to prevent adding deprecated/broken spells for trainers, spell book, etc.
 
static bool CanSpellTriggerProcOnEvent (SpellProcEntry const &procEntry, ProcEventInfo &eventInfo)
 
static CreatureImmunities const * GetCreatureImmunities (int32 creatureImmunitiesId)
 

Private Member Functions

 SpellMgr ()
 
 ~SpellMgr ()
 

Private Attributes

SpellDifficultySearcherMap mSpellDifficultySearcherMap
 
SpellChainMap mSpellChains
 
SpellsRequiringSpellMap mSpellsReqSpell
 
SpellRequiredMap mSpellReq
 
SpellLearnSkillMap mSpellLearnSkills
 
SpellLearnSpellMap mSpellLearnSpells
 
SpellLearnedBySpellMap mSpellLearnedBySpells
 
SpellTargetPositionMap mSpellTargetPositions
 
SpellSpellGroupMap mSpellSpellGroup
 
SpellGroupSpellMap mSpellGroupSpell
 
SpellGroupStackMap mSpellGroupStack
 
SameEffectStackMap mSpellSameEffectStack
 
SpellThreatMap mSpellThreatMap
 
SpellPetAuraMap mSpellPetAuraMap
 
SpellLinkedMap mSpellLinkedMap
 
SpellEnchantProcEventMap mSpellEnchantProcEventMap
 
SpellAreaMap mSpellAreaMap
 
SpellAreaForQuestMap mSpellAreaForQuestMap
 
SpellAreaForQuestMap mSpellAreaForQuestEndMap
 
SpellAreaForAuraMap mSpellAreaForAuraMap
 
SpellAreaForAreaMap mSpellAreaForAreaMap
 
SkillLineAbilityMap mSkillLineAbilityMap
 
PetLevelupSpellMap mPetLevelupSpellMap
 
PetDefaultSpellsMap mPetDefaultSpellsMap
 
SpellTotemModelMap mSpellTotemModel
 

Detailed Description

Definition at line 646 of file SpellMgr.h.

Constructor & Destructor Documentation

◆ SpellMgr() [1/3]

SpellMgr::SpellMgr ( )
private

Definition at line 129 of file SpellMgr.cpp.

◆ ~SpellMgr()

SpellMgr::~SpellMgr ( )
private

Definition at line 131 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ SpellMgr() [2/3]

SpellMgr::SpellMgr ( SpellMgr const &  right)
delete

◆ SpellMgr() [3/3]

SpellMgr::SpellMgr ( SpellMgr &&  right)
delete

Member Function Documentation

◆ AddSameEffectStackRuleSpellGroups()

bool SpellMgr::AddSameEffectStackRuleSpellGroups ( SpellInfo const *  spellInfo,
AuraType  auraType,
SpellEffectValue  amount,
std::map< SpellGroup, SpellEffectValue > &  groups 
) const

Definition at line 413 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ AssertSpellInfo()

SpellInfo const * SpellMgr::AssertSpellInfo ( uint32  spellId,
Difficulty  difficulty 
) const
inline

Definition at line 737 of file SpellMgr.h.

+ Here is the caller graph for this function:

◆ CanSpellTriggerProcOnEvent()

bool SpellMgr::CanSpellTriggerProcOnEvent ( SpellProcEntry const &  procEntry,
ProcEventInfo eventInfo 
)
static

Definition at line 524 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CheckSpellGroupStackRules()

SpellGroupStackRule SpellMgr::CheckSpellGroupStackRules ( SpellInfo const *  spellInfo1,
SpellInfo const *  spellInfo2 
) const

Definition at line 447 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ ForEachSpellInfo()

void SpellMgr::ForEachSpellInfo ( std::function< void(SpellInfo const *)>  callback)

Definition at line 718 of file SpellMgr.cpp.

◆ ForEachSpellInfoDifficulty()

void SpellMgr::ForEachSpellInfoDifficulty ( uint32  spellId,
std::function< void(SpellInfo const *)>  callback 
)

Definition at line 724 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetCreatureImmunities()

CreatureImmunities const * SpellMgr::GetCreatureImmunities ( int32  creatureImmunitiesId)
static

Definition at line 687 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetFirstSpellInChain()

uint32 SpellMgr::GetFirstSpellInChain ( uint32  spell_id) const

Definition at line 243 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetLastSpellInChain()

uint32 SpellMgr::GetLastSpellInChain ( uint32  spell_id) const

Definition at line 251 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetModelForTotem()

uint32 SpellMgr::GetModelForTotem ( uint32  spellId,
uint8  race 
) const

Definition at line 5632 of file SpellMgr.cpp.

◆ GetNextSpellInChain()

uint32 SpellMgr::GetNextSpellInChain ( uint32  spell_id) const

Definition at line 259 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetPetAura()

PetAura const * SpellMgr::GetPetAura ( uint32  spell_id,
uint8  eff 
) const

Definition at line 615 of file SpellMgr.cpp.

◆ GetPetDefaultSpellsEntry()

PetDefaultSpellsEntry const * SpellMgr::GetPetDefaultSpellsEntry ( int32  id) const

Definition at line 654 of file SpellMgr.cpp.

◆ GetPetLevelupSpellList()

PetLevelupSpellSet const * SpellMgr::GetPetLevelupSpellList ( uint32  petFamily) const

Definition at line 645 of file SpellMgr.cpp.

◆ GetPrevSpellInChain()

uint32 SpellMgr::GetPrevSpellInChain ( uint32  spell_id) const

Definition at line 268 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSetOfSpellsInSpellGroup() [1/2]

void SpellMgr::GetSetOfSpellsInSpellGroup ( SpellGroup  group_id,
std::set< uint32 > &  foundSpells 
) const

Definition at line 386 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetSetOfSpellsInSpellGroup() [2/2]

void SpellMgr::GetSetOfSpellsInSpellGroup ( SpellGroup  group_id,
std::set< uint32 > &  foundSpells,
std::set< SpellGroup > &  usedGroups 
) const

Definition at line 392 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSkillLineAbilityMapBounds()

SkillLineAbilityMapBounds SpellMgr::GetSkillLineAbilityMapBounds ( uint32  spell_id) const

Definition at line 610 of file SpellMgr.cpp.

◆ GetSpellAreaForAreaMapBounds()

SpellAreaForAreaMapBounds SpellMgr::GetSpellAreaForAreaMapBounds ( uint32  area_id) const

Definition at line 682 of file SpellMgr.cpp.

◆ GetSpellAreaForAuraMapBounds()

SpellAreaForAuraMapBounds SpellMgr::GetSpellAreaForAuraMapBounds ( uint32  spell_id) const

Definition at line 677 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellAreaForQuestEndMapBounds()

SpellAreaForQuestMapBounds SpellMgr::GetSpellAreaForQuestEndMapBounds ( uint32  quest_id) const

Definition at line 672 of file SpellMgr.cpp.

◆ GetSpellAreaForQuestMapBounds()

SpellAreaForQuestMapBounds SpellMgr::GetSpellAreaForQuestMapBounds ( uint32  quest_id) const

Definition at line 667 of file SpellMgr.cpp.

◆ GetSpellAreaMapBounds()

SpellAreaMapBounds SpellMgr::GetSpellAreaMapBounds ( uint32  spell_id) const

Definition at line 662 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellChainNode()

SpellChainNode const * SpellMgr::GetSpellChainNode ( uint32  spell_id) const

Definition at line 234 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellEnchantProcEvent()

SpellEnchantProcEntry const * SpellMgr::GetSpellEnchantProcEvent ( uint32  enchId) const

Definition at line 624 of file SpellMgr.cpp.

◆ GetSpellGroupSpellMapBounds()

SpellGroupSpellMapBounds SpellMgr::GetSpellGroupSpellMapBounds ( SpellGroup  group_id) const

Definition at line 381 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellGroupStackRule()

SpellGroupStackRule SpellMgr::GetSpellGroupStackRule ( SpellGroup  groupid) const

Definition at line 494 of file SpellMgr.cpp.

◆ GetSpellInfo()

SpellInfo const * SpellMgr::GetSpellInfo ( uint32  spellId,
Difficulty  difficulty 
) const

Definition at line 692 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellLearnedBySpellMapBounds()

Trinity::IteratorPair< SpellLearnedBySpellMap::const_iterator > SpellMgr::GetSpellLearnedBySpellMapBounds ( uint32  learnedSpellId) const

Definition at line 346 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellLearnSkill()

SpellLearnSkillNode const * SpellMgr::GetSpellLearnSkill ( uint32  spell_id) const

Definition at line 318 of file SpellMgr.cpp.

◆ GetSpellLearnSpellMapBounds()

SpellLearnSpellMapBounds SpellMgr::GetSpellLearnSpellMapBounds ( uint32  spell_id) const

Definition at line 327 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellLinked()

std::vector< int32 > const * SpellMgr::GetSpellLinked ( SpellLinkedType  type,
uint32  spell_id 
) const

Definition at line 640 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellProcEntry()

SpellProcEntry const * SpellMgr::GetSpellProcEntry ( SpellInfo const *  spellInfo) const

Definition at line 503 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetSpellRank()

uint8 SpellMgr::GetSpellRank ( uint32  spell_id) const

Definition at line 277 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellSpellGroupMapBounds()

SpellSpellGroupMapBounds SpellMgr::GetSpellSpellGroupMapBounds ( uint32  spell_id) const

Definition at line 364 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetSpellsRequiredForSpellBounds()

Trinity::IteratorPair< SpellRequiredMap::const_iterator > SpellMgr::GetSpellsRequiredForSpellBounds ( uint32  spell_id) const

Definition at line 297 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellsRequiringSpellBounds()

SpellsRequiringSpellMapBounds SpellMgr::GetSpellsRequiringSpellBounds ( uint32  spell_id) const

Definition at line 302 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellTargetPosition()

SpellTargetPosition const * SpellMgr::GetSpellTargetPosition ( uint32  spell_id,
SpellEffIndex  effIndex 
) const

Definition at line 351 of file SpellMgr.cpp.

◆ GetSpellTargetPositions()

Trinity::IteratorPair< SpellTargetPositionMap::const_iterator > SpellMgr::GetSpellTargetPositions ( uint32  spell_id,
SpellEffIndex  effIndex 
) const

Definition at line 359 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellThreatEntry()

SpellThreatEntry const * SpellMgr::GetSpellThreatEntry ( uint32  spellID) const

Definition at line 595 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellWithRank()

uint32 SpellMgr::GetSpellWithRank ( uint32  spell_id,
uint32  rank,
bool  strict = false 
) const

Definition at line 285 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instance()

SpellMgr * SpellMgr::instance ( )
static

Definition at line 136 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsArenaAllowedEnchancment()

bool SpellMgr::IsArenaAllowedEnchancment ( uint32  ench_id) const

Definition at line 632 of file SpellMgr.cpp.

◆ IsSpellLearnSpell()

bool SpellMgr::IsSpellLearnSpell ( uint32  spell_id) const

Definition at line 332 of file SpellMgr.cpp.

◆ IsSpellLearnToSpell()

bool SpellMgr::IsSpellLearnToSpell ( uint32  spell_id1,
uint32  spell_id2 
) const

Definition at line 337 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ IsSpellMemberOfSpellGroup()

bool SpellMgr::IsSpellMemberOfSpellGroup ( uint32  spellid,
SpellGroup  groupid 
) const

Definition at line 370 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsSpellRequiringSpell()

bool SpellMgr::IsSpellRequiringSpell ( uint32  spellid,
uint32  req_spellid 
) const

Definition at line 307 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsSpellValid()

bool SpellMgr::IsSpellValid ( SpellInfo const *  spellInfo,
Player player = nullptr,
bool  msg = true 
)
static

Some checks for spells, to prevent adding deprecated/broken spells for trainers, spell book, etc.

Definition at line 143 of file SpellMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadPetDefaultSpells()

void SpellMgr::LoadPetDefaultSpells ( )

Definition at line 2249 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPetFamilySpellsStore()

void SpellMgr::LoadPetFamilySpellsStore ( )

Definition at line 5548 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPetLevelupSpellMap()

void SpellMgr::LoadPetLevelupSpellMap ( )

Definition at line 2152 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSkillLineAbilityMap()

void SpellMgr::LoadSkillLineAbilityMap ( )

Definition at line 1952 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellAreas()

void SpellMgr::LoadSpellAreas ( )

Definition at line 2296 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellEnchantProcData()

void SpellMgr::LoadSpellEnchantProcData ( )

Definition at line 2031 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellGroups()

void SpellMgr::LoadSpellGroups ( )

Definition at line 1266 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellGroupStackRules()

void SpellMgr::LoadSpellGroupStackRules ( )

Definition at line 1345 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoCorrections()

void SpellMgr::LoadSpellInfoCorrections ( )
Todo:
: remove this when basepoints of all Ride Vehicle auras are calculated correctly

HACK: This spell break quest complete for alliance and on retail not used

Definition at line 3390 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoCustomAttributes()

void SpellMgr::LoadSpellInfoCustomAttributes ( )

Definition at line 2981 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoDiminishing()

void SpellMgr::LoadSpellInfoDiminishing ( )

Definition at line 5330 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoImmunities()

void SpellMgr::LoadSpellInfoImmunities ( )

Definition at line 5340 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoServerside()

void SpellMgr::LoadSpellInfoServerside ( )

Definition at line 2735 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoSpellSpecificAndAuraState()

void SpellMgr::LoadSpellInfoSpellSpecificAndAuraState ( )

Definition at line 5316 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoStore()

void SpellMgr::LoadSpellInfoStore ( )

Definition at line 2496 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoTargetCaps()

void SpellMgr::LoadSpellInfoTargetCaps ( )

Definition at line 5398 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellLearnSkills()

void SpellMgr::LoadSpellLearnSkills ( )

Definition at line 958 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellLearnSpells()

void SpellMgr::LoadSpellLearnSpells ( )

Definition at line 1001 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellLinked()

void SpellMgr::LoadSpellLinked ( )

Definition at line 2074 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellPetAuras()

void SpellMgr::LoadSpellPetAuras ( )

Definition at line 1965 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellProcs()

void SpellMgr::LoadSpellProcs ( )

Definition at line 1497 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellRanks()

void SpellMgr::LoadSpellRanks ( )

Definition at line 823 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellRequired()

void SpellMgr::LoadSpellRequired ( )

Definition at line 897 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellTargetPositions()

void SpellMgr::LoadSpellTargetPositions ( )

Definition at line 1159 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellThreats()

void SpellMgr::LoadSpellThreats ( )

Definition at line 1913 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellTotemModel()

void SpellMgr::LoadSpellTotemModel ( )

Definition at line 5581 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ operator=() [1/2]

SpellMgr & SpellMgr::operator= ( SpellMgr &&  right)
delete

◆ operator=() [2/2]

SpellMgr & SpellMgr::operator= ( SpellMgr const &  right)
delete

◆ UnloadSpellInfoChains()

void SpellMgr::UnloadSpellInfoChains ( )

Definition at line 814 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ UnloadSpellInfoImplicitTargetConditionLists()

void SpellMgr::UnloadSpellInfoImplicitTargetConditionLists ( )

Definition at line 2729 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ UnloadSpellInfoStore()

void SpellMgr::UnloadSpellInfoStore ( )

Definition at line 2723 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ mPetDefaultSpellsMap

PetDefaultSpellsMap SpellMgr::mPetDefaultSpellsMap
private

Definition at line 808 of file SpellMgr.h.

◆ mPetLevelupSpellMap

PetLevelupSpellMap SpellMgr::mPetLevelupSpellMap
private

Definition at line 807 of file SpellMgr.h.

◆ mSkillLineAbilityMap

SkillLineAbilityMap SpellMgr::mSkillLineAbilityMap
private

Definition at line 806 of file SpellMgr.h.

◆ mSpellAreaForAreaMap

SpellAreaForAreaMap SpellMgr::mSpellAreaForAreaMap
private

Definition at line 805 of file SpellMgr.h.

◆ mSpellAreaForAuraMap

SpellAreaForAuraMap SpellMgr::mSpellAreaForAuraMap
private

Definition at line 804 of file SpellMgr.h.

◆ mSpellAreaForQuestEndMap

SpellAreaForQuestMap SpellMgr::mSpellAreaForQuestEndMap
private

Definition at line 803 of file SpellMgr.h.

◆ mSpellAreaForQuestMap

SpellAreaForQuestMap SpellMgr::mSpellAreaForQuestMap
private

Definition at line 802 of file SpellMgr.h.

◆ mSpellAreaMap

SpellAreaMap SpellMgr::mSpellAreaMap
private

Definition at line 801 of file SpellMgr.h.

◆ mSpellChains

SpellChainMap SpellMgr::mSpellChains
private

Definition at line 786 of file SpellMgr.h.

◆ mSpellDifficultySearcherMap

SpellDifficultySearcherMap SpellMgr::mSpellDifficultySearcherMap
private

Definition at line 785 of file SpellMgr.h.

◆ mSpellEnchantProcEventMap

SpellEnchantProcEventMap SpellMgr::mSpellEnchantProcEventMap
private

Definition at line 800 of file SpellMgr.h.

◆ mSpellGroupSpell

SpellGroupSpellMap SpellMgr::mSpellGroupSpell
private

Definition at line 794 of file SpellMgr.h.

◆ mSpellGroupStack

SpellGroupStackMap SpellMgr::mSpellGroupStack
private

Definition at line 795 of file SpellMgr.h.

◆ mSpellLearnedBySpells

SpellLearnedBySpellMap SpellMgr::mSpellLearnedBySpells
private

Definition at line 791 of file SpellMgr.h.

◆ mSpellLearnSkills

SpellLearnSkillMap SpellMgr::mSpellLearnSkills
private

Definition at line 789 of file SpellMgr.h.

◆ mSpellLearnSpells

SpellLearnSpellMap SpellMgr::mSpellLearnSpells
private

Definition at line 790 of file SpellMgr.h.

◆ mSpellLinkedMap

SpellLinkedMap SpellMgr::mSpellLinkedMap
private

Definition at line 799 of file SpellMgr.h.

◆ mSpellPetAuraMap

SpellPetAuraMap SpellMgr::mSpellPetAuraMap
private

Definition at line 798 of file SpellMgr.h.

◆ mSpellReq

SpellRequiredMap SpellMgr::mSpellReq
private

Definition at line 788 of file SpellMgr.h.

◆ mSpellSameEffectStack

SameEffectStackMap SpellMgr::mSpellSameEffectStack
private

Definition at line 796 of file SpellMgr.h.

◆ mSpellSpellGroup

SpellSpellGroupMap SpellMgr::mSpellSpellGroup
private

Definition at line 793 of file SpellMgr.h.

◆ mSpellsReqSpell

SpellsRequiringSpellMap SpellMgr::mSpellsReqSpell
private

Definition at line 787 of file SpellMgr.h.

◆ mSpellTargetPositions

SpellTargetPositionMap SpellMgr::mSpellTargetPositions
private

Definition at line 792 of file SpellMgr.h.

◆ mSpellThreatMap

SpellThreatMap SpellMgr::mSpellThreatMap
private

Definition at line 797 of file SpellMgr.h.

◆ mSpellTotemModel

SpellTotemModelMap SpellMgr::mSpellTotemModel
private

Definition at line 809 of file SpellMgr.h.


The documentation for this class was generated from the following files: