Prevent multiple applications of Battle Shout (#141)

* Fix warrior Battle Shout bug.

  -Fixes https://www.getmangos.eu/issue.php?issueid=1177
This commit is contained in:
H0zen 2016-06-14 15:32:40 +03:00 committed by Antz
parent adf15b5145
commit fd01d9fdc9

View File

@ -576,6 +576,7 @@ bool IsSingleFromSpellSpecificSpellRanksPerTarget(SpellSpecific spellSpec1, Spel
case SPELL_AURA:
case SPELL_CURSE:
case SPELL_ASPECT:
case SPELL_POSITIVE_SHOUT:
return spellSpec1 == spellSpec2;
default:
return false;