mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(Core/Spells): Auras triggered by talents/glyphs should be removed on respec. (#8671)
Fixes #8543
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user