aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-21 17:05:50 -0600
committermegamage <none@none>2009-02-21 17:05:50 -0600
commitcb6df9b7b49c6d509e3980dc09372020ee346059 (patch)
tree460e6867926edc62d05a14f48ed42eac1b0f716e /src/game/Unit.cpp
parent41f5d5c00880fd23182b3b334968d68604a76137 (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.cpp2
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;