fix(Core/Spells): Auras triggered by talents/glyphs should be removed on respec. (#8671)
Fixes #8543
This commit is contained in:
parent
993570fa8b
commit
96441a91dc
8 changed files with 103 additions and 35 deletions
|
|
@ -629,7 +629,7 @@ void SpellScript::CreateItem(uint32 effIndex, uint32 itemId)
|
|||
|
||||
SpellInfo const* SpellScript::GetTriggeringSpell()
|
||||
{
|
||||
return m_spell->m_triggeredByAuraSpell;
|
||||
return m_spell->m_triggeredByAuraSpell.spellInfo;
|
||||
}
|
||||
|
||||
void SpellScript::FinishCast(SpellCastResult result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue