diff options
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
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; |