[7316] Fixed spell 51556 and ranks DummyAura procing. Author: Gommes

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-21 17:05:50 -06:00
parent 41f5d5c008
commit cb6df9b7b4
2 changed files with 2 additions and 2 deletions

View File

@@ -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;