We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b9c59 commit db5f0cdCopy full SHA for db5f0cd
ClassicCastbars/ClassicCastbars.lua
@@ -394,7 +394,7 @@ function addon:COMBAT_LOG_EVENT_UNFILTERED()
394
elseif eventType == "SPELL_AURA_REMOVED" then
395
-- Channeled spells has no SPELL_CAST_* event for channel stop,
396
-- so check if aura is gone instead since most (all?) channels has an aura effect.
397
- if channeledSpells[spellName] then
+ if channeledSpells[spellName] and srcGUID == dstGUID then
398
return self:DeleteCast(srcGUID)
399
elseif castTimeIncreases[spellName] then
400
-- Aura that slows casting speed was removed.
0 commit comments