diff options
author | megamage <none@none> | 2009-02-21 17:05:50 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-21 17:05:50 -0600 |
commit | cb6df9b7b49c6d509e3980dc09372020ee346059 (patch) | |
tree | 460e6867926edc62d05a14f48ed42eac1b0f716e /src/game/Unit.cpp | |
parent | 41f5d5c00880fd23182b3b334968d68604a76137 (diff) |
[7316] Fixed spell 51556 and ranks DummyAura procing. Author: Gommes
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 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; |