aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-08 13:07:59 -0600
committermegamage <none@none>2009-03-08 13:07:59 -0600
commite979eb56f268d9ee9e94c61c40f1f66e6147d442 (patch)
treef3fa112578721b4720e1da8cf085b3053ad43536 /src/game/Spell.cpp
parent822d589457bd8e98dbb1b859b2220ee3cb1fe709 (diff)
parent9c629861c93cd96cdf7997b23d48843fcfd16b92 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 625019ba70c..54b2e582531 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1897,7 +1897,7 @@ void Spell::SetTargetMap(uint32 i,uint32 cur,std::list<Unit*> &TagUnitMap)
m_targets.setDestination(target, true);
break;
}
- else if(cur == TARGET_DEST_TARGET_ENEMY_UNKNOWN) // no ground?
+ else if(cur == TARGET_DEST_TARGET_FRIEND) // no ground?
{
m_targets.setDestination(target, false);
break;