fix(Core/Item): Renataki's Charm of Beasts (#13124)

This commit is contained in:
Angelo Venturini
2022-09-28 00:22:08 -03:00
committed by GitHub
parent 1f6076c275
commit 47f9f4917a
2 changed files with 8 additions and 6 deletions

View File

@@ -4391,6 +4391,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->SpellFamilyName = SPELLFAMILY_POTION;
});
// Refocus (Renataki's charm of beasts)
ApplySpellFix({ 24531 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_UNIT_CASTER);
});
// Collect Rookery Egg
ApplySpellFix({ 15958 }, [](SpellInfo* spellInfo)
{