mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 10:03:47 +00:00
Merge branch 'azerothcore:master' into Playerbot
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user