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 commit383dd7b255. * Revert "handle removal in periodic effect" This reverts commitab6984e956. * add AURA_INTERRUPT_FLAG_TALK to 45406
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user