diff options
author | megamage <none@none> | 2009-02-02 10:10:18 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-02 10:10:18 -0600 |
commit | c3783c80d9b4f9b752e6e1f49c0f3ecbf3ddba75 (patch) | |
tree | d01a21af76acc188449fb07799a4a985001112fe /src | |
parent | d5deb813556f6fcd43d3e53a8c566dddcee3ec8a (diff) |
*Fix Intimidating Shout.
--HG--
branch : trunk
Diffstat (limited to 'src')
-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 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()) { |