From cb6df9b7b49c6d509e3980dc09372020ee346059 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 21 Feb 2009 17:05:50 -0600 Subject: [PATCH] [7316] Fixed spell 51556 and ranks DummyAura procing. Author: Gommes --HG-- branch : trunk --- 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 f58a3d63f16..cee275d0e4f 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 41226bc4fb3..1be10ef40d4 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__