[7316] Fixed spell 51556 and ranks DummyAura procing.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Gommes 2009-02-21 11:12:47 +01:00 committed by ApoC
parent 628d97f588
commit 487a3d3dfc
2 changed files with 2 additions and 2 deletions

View file

@ -5705,7 +5705,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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7315"
#define REVISION_NR "7316"
#endif // __REVISION_NR_H__