Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2023-06-07 23:39:37 +08:00
10 changed files with 359 additions and 262 deletions

View File

@@ -4541,6 +4541,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->MaxAffectedTargets = 1;
});
// Acid Spit
ApplySpellFix({ 34290 }, [](SpellInfo* spellInfo)
{
spellInfo->MaxAffectedTargets = 1;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];