mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
[7316] Fixed spell 51556 and ranks DummyAura procing. Author: Gommes
--HG-- branch : trunk
This commit is contained in:
@@ -6007,7 +6007,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
||||
}
|
||||
}
|
||||
// Ancestral Awakening
|
||||
if (dummySpell->SpellIconID == 2018)
|
||||
if (dummySpell->SpellIconID == 3065)
|
||||
{
|
||||
// TODO: frite dummy fot triggered spell
|
||||
triggered_spell_id = 52759;
|
||||
|
||||
Reference in New Issue
Block a user