fix(Core/Spells): allow Freya's Potent Pheromones to affect player pets (#26448)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-07-04 17:41:45 -03:00
committed by GitHub
parent 7e8ebca4a1
commit 157ec27d85
@@ -2016,7 +2016,6 @@ void SpellMgr::LoadSpellInfoCorrections()
// Potent Pheromones
ApplySpellFix({ 64321 }, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx3 |= SPELL_ATTR3_ONLY_ON_PLAYER;
spellInfo->AttributesEx |= SPELL_ATTR1_IMMUNITY_PURGES_EFFECT;
});