mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
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:
@@ -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