mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-10 19:03:11 +00:00
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:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user