mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
[10360] Restore triggered auras cleanup at main aura expire after auraholders adding.
This commit is contained in:
parent
806ea9bbe7
commit
4d3e26a4c0
2 changed files with 2 additions and 2 deletions
|
|
@ -8029,7 +8029,7 @@ void SpellAuraHolder::CleanupTriggeredSpells()
|
|||
{
|
||||
for (int32 i = 0; i < MAX_EFFECT_INDEX; ++i)
|
||||
{
|
||||
if (!m_auras[i])
|
||||
if (!m_spellProto->EffectApplyAuraName[i])
|
||||
continue;
|
||||
|
||||
uint32 tSpellId = m_spellProto->EffectTriggerSpell[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue