fix(core/quest): improved egg collection (#12640)

* fix(core/quest): improved egg collection

* .

* Update rev_1659836460796753400.sql

* update
This commit is contained in:
Grimgravy
2022-09-25 10:46:24 -03:00
committed by GitHub
parent fbf65ebc9d
commit 7400338ecb
3 changed files with 56 additions and 0 deletions

View File

@@ -4391,6 +4391,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->SpellFamilyName = SPELLFAMILY_POTION;
});
// Collect Rookery Egg
ApplySpellFix({ 15958 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_1].Effect = 0;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];