diff options
author | megamage <none@none> | 2009-05-22 16:49:37 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-22 16:49:37 -0500 |
commit | 2e46b7e65d9d798dc5525612c893860cd0d86722 (patch) | |
tree | c6e87e74ab612ca46e8f3ce83b1d6817339aff64 /src/game/Unit.cpp | |
parent | 90b2951a5377f302580944fd85fc0fb343e9339d (diff) |
[7876] Implemented dummy effect /*and special target selection*/ for 52759. Author: ApoC
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 1f7efb01c3e..47bb7307a2b 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -6409,7 +6409,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger // Ancestral Awakening if (dummySpell->SpellIconID == 3065) { - // TODO: frite dummy fot triggered spell triggered_spell_id = 52759; basepoints0 = triggerAmount * damage / 100; target = this; |