aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-02 10:10:18 -0600
committermegamage <none@none>2009-02-02 10:10:18 -0600
commitc3783c80d9b4f9b752e6e1f49c0f3ecbf3ddba75 (patch)
treed01a21af76acc188449fb07799a4a985001112fe
parentd5deb813556f6fcd43d3e53a8c566dddcee3ec8a (diff)
*Fix Intimidating Shout.
--HG-- branch : trunk
-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 253726a48c6..8da44046679 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1983,7 +1983,7 @@ void Spell::SetTargetMap(uint32 i,uint32 cur,std::list<Unit*> &TagUnitMap)
break;
}
- if(unMaxTargets)
+ if(unMaxTargets && TagUnitMap.size() > 1)
{
if(m_targets.getUnitTarget())
{