From 487a3d3dfc98af0824f6eccdb0e12dfed4bd3523 Mon Sep 17 00:00:00 2001 From: Gommes Date: Sat, 21 Feb 2009 11:12:47 +0100 Subject: [PATCH] [7316] Fixed spell 51556 and ranks DummyAura procing. Signed-off-by: ApoC --- src/game/Unit.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index c572ec9a4..97a26d978 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 41226bc4f..1be10ef40 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7315" + #define REVISION_NR "7316" #endif // __REVISION_NR_H__