TrinityCore
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
 
SpellTargetPosition const * GetSpellTargetPosition (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, uint32 auraType, int32 amount, std::map< SpellGroup, int32 > &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 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. More...
 
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
 
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 687 of file SpellMgr.h.

Constructor & Destructor Documentation

◆ SpellMgr() [1/3]

SpellMgr::SpellMgr ( )
private

Definition at line 128 of file SpellMgr.cpp.

◆ ~SpellMgr()

SpellMgr::~SpellMgr ( )
private

Definition at line 130 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,
uint32  auraType,
int32  amount,
std::map< SpellGroup, int32 > &  groups 
) const

Definition at line 402 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 776 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 513 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 436 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 708 of file SpellMgr.cpp.

◆ ForEachSpellInfoDifficulty()

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

Definition at line 714 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetCreatureImmunities()

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

Definition at line 677 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 242 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 250 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetModelForTotem()

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

Definition at line 5081 of file SpellMgr.cpp.

◆ GetNextSpellInChain()

uint32 SpellMgr::GetNextSpellInChain ( uint32  spell_id) const

Definition at line 258 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 605 of file SpellMgr.cpp.

◆ GetPetDefaultSpellsEntry()

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

Definition at line 644 of file SpellMgr.cpp.

◆ GetPetLevelupSpellList()

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

Definition at line 635 of file SpellMgr.cpp.

◆ GetPrevSpellInChain()

uint32 SpellMgr::GetPrevSpellInChain ( uint32  spell_id) const

Definition at line 267 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 375 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 381 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSkillLineAbilityMapBounds()

SkillLineAbilityMapBounds SpellMgr::GetSkillLineAbilityMapBounds ( uint32  spell_id) const

Definition at line 600 of file SpellMgr.cpp.

◆ GetSpellAreaForAreaMapBounds()

SpellAreaForAreaMapBounds SpellMgr::GetSpellAreaForAreaMapBounds ( uint32  area_id) const

Definition at line 672 of file SpellMgr.cpp.

◆ GetSpellAreaForAuraMapBounds()

SpellAreaForAuraMapBounds SpellMgr::GetSpellAreaForAuraMapBounds ( uint32  spell_id) const

Definition at line 667 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellAreaForQuestEndMapBounds()

SpellAreaForQuestMapBounds SpellMgr::GetSpellAreaForQuestEndMapBounds ( uint32  quest_id) const

Definition at line 662 of file SpellMgr.cpp.

◆ GetSpellAreaForQuestMapBounds()

SpellAreaForQuestMapBounds SpellMgr::GetSpellAreaForQuestMapBounds ( uint32  quest_id) const

Definition at line 657 of file SpellMgr.cpp.

◆ GetSpellAreaMapBounds()

SpellAreaMapBounds SpellMgr::GetSpellAreaMapBounds ( uint32  spell_id) const

Definition at line 652 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellChainNode()

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

Definition at line 233 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellEnchantProcEvent()

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

Definition at line 614 of file SpellMgr.cpp.

◆ GetSpellGroupSpellMapBounds()

SpellGroupSpellMapBounds SpellMgr::GetSpellGroupSpellMapBounds ( SpellGroup  group_id) const

Definition at line 370 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellGroupStackRule()

SpellGroupStackRule SpellMgr::GetSpellGroupStackRule ( SpellGroup  groupid) const

Definition at line 483 of file SpellMgr.cpp.

◆ GetSpellInfo()

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

Definition at line 682 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellLearnSkill()

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

Definition at line 317 of file SpellMgr.cpp.

◆ GetSpellLearnSpellMapBounds()

SpellLearnSpellMapBounds SpellMgr::GetSpellLearnSpellMapBounds ( uint32  spell_id) const

Definition at line 326 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 630 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellProcEntry()

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

Definition at line 492 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellRank()

uint8 SpellMgr::GetSpellRank ( uint32  spell_id) const

Definition at line 276 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellSpellGroupMapBounds()

SpellSpellGroupMapBounds SpellMgr::GetSpellSpellGroupMapBounds ( uint32  spell_id) const

Definition at line 353 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 296 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellsRequiringSpellBounds()

SpellsRequiringSpellMapBounds SpellMgr::GetSpellsRequiringSpellBounds ( uint32  spell_id) const

Definition at line 301 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 345 of file SpellMgr.cpp.

◆ GetSpellThreatEntry()

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

Definition at line 585 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 284 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 135 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 622 of file SpellMgr.cpp.

◆ IsSpellLearnSpell()

bool SpellMgr::IsSpellLearnSpell ( uint32  spell_id) const

Definition at line 331 of file SpellMgr.cpp.

◆ IsSpellLearnToSpell()

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

Definition at line 336 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ IsSpellMemberOfSpellGroup()

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

Definition at line 359 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 306 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 142 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 2247 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPetFamilySpellsStore()

void SpellMgr::LoadPetFamilySpellsStore ( )

Definition at line 4997 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPetLevelupSpellMap()

void SpellMgr::LoadPetLevelupSpellMap ( )

Definition at line 2150 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSkillLineAbilityMap()

void SpellMgr::LoadSkillLineAbilityMap ( )

Definition at line 1942 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellAreas()

void SpellMgr::LoadSpellAreas ( )

Definition at line 2294 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellEnchantProcData()

void SpellMgr::LoadSpellEnchantProcData ( )

Definition at line 2029 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellGroups()

void SpellMgr::LoadSpellGroups ( )

Definition at line 1260 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellGroupStackRules()

void SpellMgr::LoadSpellGroupStackRules ( )

Definition at line 1339 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 3369 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoCustomAttributes()

void SpellMgr::LoadSpellInfoCustomAttributes ( )

Definition at line 2960 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoDiminishing()

void SpellMgr::LoadSpellInfoDiminishing ( )

Definition at line 4929 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoImmunities()

void SpellMgr::LoadSpellInfoImmunities ( )

Definition at line 4939 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoServerside()

void SpellMgr::LoadSpellInfoServerside ( )

Definition at line 2716 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoSpellSpecificAndAuraState()

void SpellMgr::LoadSpellInfoSpellSpecificAndAuraState ( )

Definition at line 4915 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoStore()

void SpellMgr::LoadSpellInfoStore ( )

Definition at line 2494 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellLearnSkills()

void SpellMgr::LoadSpellLearnSkills ( )

Definition at line 954 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellLearnSpells()

void SpellMgr::LoadSpellLearnSpells ( )

Definition at line 997 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellLinked()

void SpellMgr::LoadSpellLinked ( )

Definition at line 2072 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellPetAuras()

void SpellMgr::LoadSpellPetAuras ( )

Definition at line 1963 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellProcs()

void SpellMgr::LoadSpellProcs ( )

Definition at line 1491 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellRanks()

void SpellMgr::LoadSpellRanks ( )

Definition at line 819 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellRequired()

void SpellMgr::LoadSpellRequired ( )

Definition at line 893 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellTargetPositions()

void SpellMgr::LoadSpellTargetPositions ( )

Definition at line 1148 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellThreats()

void SpellMgr::LoadSpellThreats ( )

Definition at line 1903 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellTotemModel()

void SpellMgr::LoadSpellTotemModel ( )

Definition at line 5030 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 810 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ UnloadSpellInfoImplicitTargetConditionLists()

void SpellMgr::UnloadSpellInfoImplicitTargetConditionLists ( )

Definition at line 2710 of file SpellMgr.cpp.

◆ UnloadSpellInfoStore()

void SpellMgr::UnloadSpellInfoStore ( )

Definition at line 2704 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ mPetDefaultSpellsMap

PetDefaultSpellsMap SpellMgr::mPetDefaultSpellsMap
private

Definition at line 845 of file SpellMgr.h.

◆ mPetLevelupSpellMap

PetLevelupSpellMap SpellMgr::mPetLevelupSpellMap
private

Definition at line 844 of file SpellMgr.h.

◆ mSkillLineAbilityMap

SkillLineAbilityMap SpellMgr::mSkillLineAbilityMap
private

Definition at line 843 of file SpellMgr.h.

◆ mSpellAreaForAreaMap

SpellAreaForAreaMap SpellMgr::mSpellAreaForAreaMap
private

Definition at line 842 of file SpellMgr.h.

◆ mSpellAreaForAuraMap

SpellAreaForAuraMap SpellMgr::mSpellAreaForAuraMap
private

Definition at line 841 of file SpellMgr.h.

◆ mSpellAreaForQuestEndMap

SpellAreaForQuestMap SpellMgr::mSpellAreaForQuestEndMap
private

Definition at line 840 of file SpellMgr.h.

◆ mSpellAreaForQuestMap

SpellAreaForQuestMap SpellMgr::mSpellAreaForQuestMap
private

Definition at line 839 of file SpellMgr.h.

◆ mSpellAreaMap

SpellAreaMap SpellMgr::mSpellAreaMap
private

Definition at line 838 of file SpellMgr.h.

◆ mSpellChains

SpellChainMap SpellMgr::mSpellChains
private

Definition at line 824 of file SpellMgr.h.

◆ mSpellDifficultySearcherMap

SpellDifficultySearcherMap SpellMgr::mSpellDifficultySearcherMap
private

Definition at line 823 of file SpellMgr.h.

◆ mSpellEnchantProcEventMap

SpellEnchantProcEventMap SpellMgr::mSpellEnchantProcEventMap
private

Definition at line 837 of file SpellMgr.h.

◆ mSpellGroupSpell

SpellGroupSpellMap SpellMgr::mSpellGroupSpell
private

Definition at line 831 of file SpellMgr.h.

◆ mSpellGroupStack

SpellGroupStackMap SpellMgr::mSpellGroupStack
private

Definition at line 832 of file SpellMgr.h.

◆ mSpellLearnSkills

SpellLearnSkillMap SpellMgr::mSpellLearnSkills
private

Definition at line 827 of file SpellMgr.h.

◆ mSpellLearnSpells

SpellLearnSpellMap SpellMgr::mSpellLearnSpells
private

Definition at line 828 of file SpellMgr.h.

◆ mSpellLinkedMap

SpellLinkedMap SpellMgr::mSpellLinkedMap
private

Definition at line 836 of file SpellMgr.h.

◆ mSpellPetAuraMap

SpellPetAuraMap SpellMgr::mSpellPetAuraMap
private

Definition at line 835 of file SpellMgr.h.

◆ mSpellReq

SpellRequiredMap SpellMgr::mSpellReq
private

Definition at line 826 of file SpellMgr.h.

◆ mSpellSameEffectStack

SameEffectStackMap SpellMgr::mSpellSameEffectStack
private

Definition at line 833 of file SpellMgr.h.

◆ mSpellSpellGroup

SpellSpellGroupMap SpellMgr::mSpellSpellGroup
private

Definition at line 830 of file SpellMgr.h.

◆ mSpellsReqSpell

SpellsRequiringSpellMap SpellMgr::mSpellsReqSpell
private

Definition at line 825 of file SpellMgr.h.

◆ mSpellTargetPositions

SpellTargetPositionMap SpellMgr::mSpellTargetPositions
private

Definition at line 829 of file SpellMgr.h.

◆ mSpellThreatMap

SpellThreatMap SpellMgr::mSpellThreatMap
private

Definition at line 834 of file SpellMgr.h.

◆ mSpellTotemModel

SpellTotemModelMap SpellMgr::mSpellTotemModel
private

Definition at line 846 of file SpellMgr.h.


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