aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-22 16:49:37 -0500
committermegamage <none@none>2009-05-22 16:49:37 -0500
commit2e46b7e65d9d798dc5525612c893860cd0d86722 (patch)
treec6e87e74ab612ca46e8f3ce83b1d6817339aff64 /src/game/Spell.cpp
parent90b2951a5377f302580944fd85fc0fb343e9339d (diff)
[7876] Implemented dummy effect /*and special target selection*/ for 52759. Author: ApoC
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 1236129e155..0ea03caad51 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -2297,6 +2297,7 @@ void Spell::SetTargetMap(uint32 i, uint32 cur)
}
else if (m_spellInfo->EffectImplicitTargetA[i] == TARGET_DEST_TARGET_ANY
&& m_spellInfo->EffectImplicitTargetB[i] == TARGET_UNIT_AREA_ALLY_DST)// Wild Growth, Circle of Healing target special selection
+ // TODO: is Ancestral Awakening implemented?
{
typedef std::priority_queue<PrioritizeHealthWraper, std::vector<PrioritizeHealthWraper>, PrioritizeHealth> TopHealth;
TopHealth healedMembers;