aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-07-31 11:12:04 +0800
committermegamage <none@none>2009-07-31 11:12:04 +0800
commite1571c0492652ff7cf2682a94538a13b354fcdb6 (patch)
tree74c6b7eb776ae1e79aafe60e9d045c323ab71a71 /src/game/Spell.cpp
parent519ab6af8294bd38d9d4149766eb4c9f15a14521 (diff)
*Handle target area path as area cone for now.
--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 54e796a8231..af5cda5bec3 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -2222,6 +2222,7 @@ void Spell::SetTargetMap(uint32 i, uint32 cur)
case TARGET_UNIT_AREA_ENEMY_DST:
case TARGET_UNIT_CONE_ENEMY:
case TARGET_UNIT_CONE_ENEMY_UNKNOWN:
+ case TARGET_UNIT_AREA_PATH:
radius = GetSpellRadius(m_spellInfo, i, false);
targetType = SPELL_TARGETS_ENEMY;
break;