fix(Core/Scripts): Fix Missile Barrage and Clearcasting proc with Arcane Missiles (#24958)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-03-01 17:38:12 -06:00
committed by GitHub
parent bd99687040
commit 1cbd6e0612
4 changed files with 40 additions and 6 deletions

View File

@@ -3911,9 +3911,6 @@ void Spell::_cast(bool skipCheck)
// we must send smsg_spell_go packet before m_castItem delete in TakeCastItem()...
SendSpellGo();
if (modOwner)
modOwner->SetSpellModTakingSpell(this, true);
bool resetAttackTimers = IsAutoActionResetSpell() && !m_spellInfo->HasAttribute(SPELL_ATTR2_DO_NOT_RESET_COMBAT_TIMERS);
if (resetAttackTimers)
{