Merge branch 'master' into questXPHook

This commit is contained in:
郑佩茹
2022-03-08 10:23:32 -07:00
4 changed files with 393 additions and 0 deletions

View File

@@ -4216,6 +4216,13 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx2 |= SPELL_ATTR2_IGNORE_LINE_OF_SIGHT;
});
// Burning Adrenaline
ApplySpellFix({ 23478 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].BasePoints = 4374;
spellInfo->Effects[EFFECT_0].DieSides = 1250;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];