Merge branch 'azerothcore:master' into Playerbot

This commit is contained in:
ZhengPeiRu21
2023-04-06 10:12:34 -06:00
committed by GitHub
9 changed files with 1465 additions and 24 deletions

View File

@@ -4461,7 +4461,7 @@ void SpellMgr::LoadSpellInfoCorrections()
});
// Self Visual - Sleep Until Cancelled(DND)
ApplySpellFix({ 14915 }, [](SpellInfo* spellInfo)
ApplySpellFix({ 6606, 14915 }, [](SpellInfo* spellInfo)
{
spellInfo->AuraInterruptFlags &= ~AURA_INTERRUPT_FLAG_NOT_SEATED;
});