Core/Spells: Fixed channeled spells not triggering procs with PROC_FLAG_CAST_ENDED and PROC_ATTR_REQ_SPELLMOD

This commit is contained in:
Shauren
2026-01-04 00:27:12 +01:00
parent 5415c433a6
commit e8a702930e

View File

@@ -3624,8 +3624,6 @@ void Spell::cancel()
SendChannelUpdate(0, SPELL_FAILED_INTERRUPTED);
SendInterrupted(0);
SendCastResult(SPELL_FAILED_INTERRUPTED);
m_appliedMods.clear();
break;
default:
break;