fix(Core/Spells): Midsummer spinning visual interrupt on gossip (#19211)
* handle removal in periodic effect * do removal with aurascript * Revert "do removal with aurascript" This reverts commit 383dd7b255e18d52f5fbecbfcb47ac08331ba626. * Revert "handle removal in periodic effect" This reverts commit ab6984e95613df3fa32d45489f607650c9700ff7. * add AURA_INTERRUPT_FLAG_TALK to 45406
This commit is contained in:
parent
fd87ce1bf3
commit
29f376f9bc
1 changed files with 1 additions and 1 deletions
|
|
@ -4590,7 +4590,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||
// Holiday - Midsummer, Ribbon Pole Periodic Visual
|
||||
ApplySpellFix({ 45406 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->AuraInterruptFlags |= ( AURA_INTERRUPT_FLAG_MOUNT | AURA_INTERRUPT_FLAG_CAST );
|
||||
spellInfo->AuraInterruptFlags |= ( AURA_INTERRUPT_FLAG_MOUNT | AURA_INTERRUPT_FLAG_CAST | AURA_INTERRUPT_FLAG_TALK );
|
||||
});
|
||||
|
||||
// Improved Mind Flay and Smite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue