diff --git a/src/game/Object/SpellMgr.cpp b/src/game/Object/SpellMgr.cpp index c692d24a..6dee6ac7 100644 --- a/src/game/Object/SpellMgr.cpp +++ b/src/game/Object/SpellMgr.cpp @@ -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;