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

#include <SpellMgr.h>

Public Member Functions

uint32 GetSpellDifficultyId (uint32 spellId) const
 
void SetSpellDifficultyId (uint32 spellId, uint32 id)
 
uint32 GetSpellIdForDifficulty (uint32 spellId, WorldObject const *caster) const
 
SpellInfo const * GetSpellForDifficultyFromSpell (SpellInfo const *spell, WorldObject const *caster) const
 
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 (uint32 spellId) const
 
SpellBonusEntry const * GetSpellBonusData (uint32 spellId) 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 (int32 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) const
 
SpellInfo const * AssertSpellInfo (uint32 spellId) const
 
uint32 GetSpellInfoStoreSize () const
 
void UnloadSpellInfoChains ()
 
void LoadSpellTalentRanks ()
 
void LoadSpellRanks ()
 
void LoadSpellRequired ()
 
void LoadSpellLearnSkills ()
 
void LoadSpellLearnSpells ()
 
void LoadSpellTargetPositions ()
 
void LoadSpellGroups ()
 
void LoadSpellGroupStackRules ()
 
void LoadSpellProcs ()
 
void LoadSpellBonuses ()
 
void LoadSpellThreats ()
 
void LoadSkillLineAbilityMap ()
 
void LoadSpellPetAuras ()
 
void LoadEnchantCustomAttr ()
 
void LoadSpellEnchantProcData ()
 
void LoadSpellLinked ()
 
void LoadPetLevelupSpellMap ()
 
void LoadPetDefaultSpells ()
 
void LoadSpellAreas ()
 
void LoadSpellInfoStore ()
 
void UnloadSpellInfoStore ()
 
void UnloadSpellInfoImplicitTargetConditionLists ()
 
void LoadSpellInfoCustomAttributes ()
 
void LoadSpellInfoCorrections ()
 
void LoadSpellInfoSpellSpecificAndAuraState ()
 
void LoadSpellInfoDiminishing ()
 
void LoadSpellInfoImmunities ()
 

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)
 

Private Member Functions

 SpellMgr ()
 
 ~SpellMgr ()
 
SpellInfo_GetSpellInfo (uint32 spellId)
 

Private Attributes

SpellDifficultySearcherMap mSpellDifficultySearcherMap
 
SpellChainMap mSpellChains
 
SpellsRequiringSpellMap mSpellsReqSpell
 
SpellRequiredMap mSpellReq
 
SpellLearnSkillMap mSpellLearnSkills
 
SpellLearnSpellMap mSpellLearnSpells
 
SpellTargetPositionMap mSpellTargetPositions
 
SpellSpellGroupMap mSpellSpellGroup
 
SpellGroupSpellMap mSpellGroupSpell
 
SpellGroupStackMap mSpellGroupStack
 
SameEffectStackMap mSpellSameEffectStack
 
SpellProcMap mSpellProcMap
 
SpellBonusMap mSpellBonusMap
 
SpellThreatMap mSpellThreatMap
 
SpellPetAuraMap mSpellPetAuraMap
 
SpellLinkedMap mSpellLinkedMap
 
SpellEnchantProcEventMap mSpellEnchantProcEventMap
 
EnchantCustomAttribute mEnchantCustomAttr
 
SpellAreaMap mSpellAreaMap
 
SpellAreaForQuestMap mSpellAreaForQuestMap
 
SpellAreaForQuestMap mSpellAreaForQuestEndMap
 
SpellAreaForAuraMap mSpellAreaForAuraMap
 
SpellAreaForAreaMap mSpellAreaForAreaMap
 
SkillLineAbilityMap mSkillLineAbilityMap
 
PetLevelupSpellMap mPetLevelupSpellMap
 
PetDefaultSpellsMap mPetDefaultSpellsMap
 
SpellInfoMap mSpellInfoMap
 

Friends

class UnitTestDataLoader
 

Detailed Description

Definition at line 572 of file SpellMgr.h.

Constructor & Destructor Documentation

◆ SpellMgr()

SpellMgr::SpellMgr ( )
private

Definition at line 57 of file SpellMgr.cpp.

◆ ~SpellMgr()

SpellMgr::~SpellMgr ( )
private

Definition at line 59 of file SpellMgr.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ _GetSpellInfo()

SpellInfo * SpellMgr::_GetSpellInfo ( uint32  spellId)
inlineprivate

Definition at line 671 of file SpellMgr.h.

+ Here is the caller graph for this function:

◆ AddSameEffectStackRuleSpellGroups()

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

Definition at line 403 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ AssertSpellInfo()

SpellInfo const * SpellMgr::AssertSpellInfo ( uint32  spellId) const
inline

Definition at line 661 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 501 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 437 of file SpellMgr.cpp.

+ Here is the call 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:

◆ 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 603 of file SpellMgr.cpp.

◆ GetPetDefaultSpellsEntry()

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

Definition at line 639 of file SpellMgr.cpp.

◆ GetPetLevelupSpellList()

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

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

+ Here is the call graph for this function:

◆ GetSkillLineAbilityMapBounds()

SkillLineAbilityMapBounds SpellMgr::GetSkillLineAbilityMapBounds ( uint32  spell_id) const

Definition at line 598 of file SpellMgr.cpp.

◆ GetSpellAreaForAreaMapBounds()

SpellAreaForAreaMapBounds SpellMgr::GetSpellAreaForAreaMapBounds ( uint32  area_id) const

Definition at line 667 of file SpellMgr.cpp.

◆ GetSpellAreaForAuraMapBounds()

SpellAreaForAuraMapBounds SpellMgr::GetSpellAreaForAuraMapBounds ( uint32  spell_id) const

Definition at line 662 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellAreaForQuestEndMapBounds()

SpellAreaForQuestMapBounds SpellMgr::GetSpellAreaForQuestEndMapBounds ( uint32  quest_id) const

Definition at line 657 of file SpellMgr.cpp.

◆ GetSpellAreaForQuestMapBounds()

SpellAreaForQuestMapBounds SpellMgr::GetSpellAreaForQuestMapBounds ( uint32  quest_id) const

Definition at line 652 of file SpellMgr.cpp.

◆ GetSpellAreaMapBounds()

SpellAreaMapBounds SpellMgr::GetSpellAreaMapBounds ( uint32  spell_id) const

Definition at line 647 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellBonusData()

SpellBonusEntry const * SpellMgr::GetSpellBonusData ( uint32  spellId) const

Definition at line 567 of file SpellMgr.cpp.

+ Here is the call 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:

◆ GetSpellDifficultyId()

uint32 SpellMgr::GetSpellDifficultyId ( uint32  spellId) const

Definition at line 162 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellEnchantProcEvent()

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

Definition at line 612 of file SpellMgr.cpp.

◆ GetSpellForDifficultyFromSpell()

SpellInfo const * SpellMgr::GetSpellForDifficultyFromSpell ( SpellInfo const *  spell,
WorldObject const *  caster 
) const

Definition at line 217 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellGroupSpellMapBounds()

SpellGroupSpellMapBounds SpellMgr::GetSpellGroupSpellMapBounds ( SpellGroup  group_id) const

Definition at line 371 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpellGroupStackRule()

SpellGroupStackRule SpellMgr::GetSpellGroupStackRule ( SpellGroup  groupid) const

Definition at line 484 of file SpellMgr.cpp.

◆ GetSpellIdForDifficulty()

uint32 SpellMgr::GetSpellIdForDifficulty ( uint32  spellId,
WorldObject const *  caster 
) const

Definition at line 175 of file SpellMgr.cpp.

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

◆ GetSpellInfo()

SpellInfo const * SpellMgr::GetSpellInfo ( uint32  spellId) const
inline

Definition at line 659 of file SpellMgr.h.

+ Here is the caller graph for this function:

◆ GetSpellInfoStoreSize()

uint32 SpellMgr::GetSpellInfoStoreSize ( ) const
inline

Definition at line 668 of file SpellMgr.h.

+ Here is the caller 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 ( int32  spell_id) const

Definition at line 625 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ GetSpellProcEntry()

SpellProcEntry const * SpellMgr::GetSpellProcEntry ( uint32  spellId) const

Definition at line 493 of file SpellMgr.cpp.

◆ 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 354 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 346 of file SpellMgr.cpp.

◆ GetSpellThreatEntry()

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

Definition at line 583 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 64 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 620 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 360 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 71 of file SpellMgr.cpp.

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

◆ LoadEnchantCustomAttr()

void SpellMgr::LoadEnchantCustomAttr ( )
Todo:
find a better check

Definition at line 2028 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPetDefaultSpells()

void SpellMgr::LoadPetDefaultSpells ( )

Definition at line 2262 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPetLevelupSpellMap()

void SpellMgr::LoadPetLevelupSpellMap ( )

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

+ Here is the call graph for this function:

◆ LoadSpellBonuses()

void SpellMgr::LoadSpellBonuses ( )

Definition at line 1864 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellEnchantProcData()

void SpellMgr::LoadSpellEnchantProcData ( )

Definition at line 2064 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellGroups()

void SpellMgr::LoadSpellGroups ( )

Definition at line 1269 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellGroupStackRules()

void SpellMgr::LoadSpellGroupStackRules ( )

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

+ Here is the call graph for this function:

◆ LoadSpellInfoCustomAttributes()

void SpellMgr::LoadSpellInfoCustomAttributes ( )

Definition at line 2581 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoDiminishing()

void SpellMgr::LoadSpellInfoDiminishing ( )

Definition at line 5060 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoImmunities()

void SpellMgr::LoadSpellInfoImmunities ( )

Definition at line 5075 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoSpellSpecificAndAuraState()

void SpellMgr::LoadSpellInfoSpellSpecificAndAuraState ( )

Definition at line 5043 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellInfoStore()

void SpellMgr::LoadSpellInfoStore ( )

Definition at line 2538 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellLearnSkills()

void SpellMgr::LoadSpellLearnSkills ( )

Definition at line 1020 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellLearnSpells()

void SpellMgr::LoadSpellLearnSpells ( )

Definition at line 1066 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellLinked()

void SpellMgr::LoadSpellLinked ( )

Definition at line 2106 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellPetAuras()

void SpellMgr::LoadSpellPetAuras ( )

Definition at line 1967 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellProcs()

void SpellMgr::LoadSpellProcs ( )

Definition at line 1500 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellRanks()

void SpellMgr::LoadSpellRanks ( )

Definition at line 843 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellRequired()

void SpellMgr::LoadSpellRequired ( )

Definition at line 959 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellTalentRanks()

void SpellMgr::LoadSpellTalentRanks ( )

Definition at line 782 of file SpellMgr.cpp.

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

◆ LoadSpellTargetPositions()

void SpellMgr::LoadSpellTargetPositions ( )

Definition at line 1167 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:

◆ SetSpellDifficultyId()

void SpellMgr::SetSpellDifficultyId ( uint32  spellId,
uint32  id 
)

Definition at line 168 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ UnloadSpellInfoChains()

void SpellMgr::UnloadSpellInfoChains ( )

Definition at line 774 of file SpellMgr.cpp.

+ Here is the caller graph for this function:

◆ UnloadSpellInfoImplicitTargetConditionLists()

void SpellMgr::UnloadSpellInfoImplicitTargetConditionLists ( )

Definition at line 2574 of file SpellMgr.cpp.

+ Here is the call graph for this function:

◆ UnloadSpellInfoStore()

void SpellMgr::UnloadSpellInfoStore ( )

Definition at line 2566 of file SpellMgr.cpp.

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

Friends And Related Symbol Documentation

◆ UnitTestDataLoader

friend class UnitTestDataLoader
friend

Definition at line 735 of file SpellMgr.h.

Member Data Documentation

◆ mEnchantCustomAttr

EnchantCustomAttribute SpellMgr::mEnchantCustomAttr
private

Definition at line 724 of file SpellMgr.h.

◆ mPetDefaultSpellsMap

PetDefaultSpellsMap SpellMgr::mPetDefaultSpellsMap
private

Definition at line 732 of file SpellMgr.h.

◆ mPetLevelupSpellMap

PetLevelupSpellMap SpellMgr::mPetLevelupSpellMap
private

Definition at line 731 of file SpellMgr.h.

◆ mSkillLineAbilityMap

SkillLineAbilityMap SpellMgr::mSkillLineAbilityMap
private

Definition at line 730 of file SpellMgr.h.

◆ mSpellAreaForAreaMap

SpellAreaForAreaMap SpellMgr::mSpellAreaForAreaMap
private

Definition at line 729 of file SpellMgr.h.

◆ mSpellAreaForAuraMap

SpellAreaForAuraMap SpellMgr::mSpellAreaForAuraMap
private

Definition at line 728 of file SpellMgr.h.

◆ mSpellAreaForQuestEndMap

SpellAreaForQuestMap SpellMgr::mSpellAreaForQuestEndMap
private

Definition at line 727 of file SpellMgr.h.

◆ mSpellAreaForQuestMap

SpellAreaForQuestMap SpellMgr::mSpellAreaForQuestMap
private

Definition at line 726 of file SpellMgr.h.

◆ mSpellAreaMap

SpellAreaMap SpellMgr::mSpellAreaMap
private

Definition at line 725 of file SpellMgr.h.

◆ mSpellBonusMap

SpellBonusMap SpellMgr::mSpellBonusMap
private

Definition at line 719 of file SpellMgr.h.

◆ mSpellChains

SpellChainMap SpellMgr::mSpellChains
private

Definition at line 708 of file SpellMgr.h.

◆ mSpellDifficultySearcherMap

SpellDifficultySearcherMap SpellMgr::mSpellDifficultySearcherMap
private

Definition at line 707 of file SpellMgr.h.

◆ mSpellEnchantProcEventMap

SpellEnchantProcEventMap SpellMgr::mSpellEnchantProcEventMap
private

Definition at line 723 of file SpellMgr.h.

◆ mSpellGroupSpell

SpellGroupSpellMap SpellMgr::mSpellGroupSpell
private

Definition at line 715 of file SpellMgr.h.

◆ mSpellGroupStack

SpellGroupStackMap SpellMgr::mSpellGroupStack
private

Definition at line 716 of file SpellMgr.h.

◆ mSpellInfoMap

SpellInfoMap SpellMgr::mSpellInfoMap
private

Definition at line 733 of file SpellMgr.h.

◆ mSpellLearnSkills

SpellLearnSkillMap SpellMgr::mSpellLearnSkills
private

Definition at line 711 of file SpellMgr.h.

◆ mSpellLearnSpells

SpellLearnSpellMap SpellMgr::mSpellLearnSpells
private

Definition at line 712 of file SpellMgr.h.

◆ mSpellLinkedMap

SpellLinkedMap SpellMgr::mSpellLinkedMap
private

Definition at line 722 of file SpellMgr.h.

◆ mSpellPetAuraMap

SpellPetAuraMap SpellMgr::mSpellPetAuraMap
private

Definition at line 721 of file SpellMgr.h.

◆ mSpellProcMap

SpellProcMap SpellMgr::mSpellProcMap
private

Definition at line 718 of file SpellMgr.h.

◆ mSpellReq

SpellRequiredMap SpellMgr::mSpellReq
private

Definition at line 710 of file SpellMgr.h.

◆ mSpellSameEffectStack

SameEffectStackMap SpellMgr::mSpellSameEffectStack
private

Definition at line 717 of file SpellMgr.h.

◆ mSpellSpellGroup

SpellSpellGroupMap SpellMgr::mSpellSpellGroup
private

Definition at line 714 of file SpellMgr.h.

◆ mSpellsReqSpell

SpellsRequiringSpellMap SpellMgr::mSpellsReqSpell
private

Definition at line 709 of file SpellMgr.h.

◆ mSpellTargetPositions

SpellTargetPositionMap SpellMgr::mSpellTargetPositions
private

Definition at line 713 of file SpellMgr.h.

◆ mSpellThreatMap

SpellThreatMap SpellMgr::mSpellThreatMap
private

Definition at line 720 of file SpellMgr.h.


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