mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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)
|
for (int32 i = 0; i < MAX_EFFECT_INDEX; ++i)
|
||||||
{
|
{
|
||||||
if (!m_auras[i])
|
if (!m_spellProto->EffectApplyAuraName[i])
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
uint32 tSpellId = m_spellProto->EffectTriggerSpell[i];
|
uint32 tSpellId = m_spellProto->EffectTriggerSpell[i];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10359"
|
#define REVISION_NR "10360"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue