Skip to content

Commit

Permalink
Classic Era CLEU extraSpellId is still stuck at 0
Browse files Browse the repository at this point in the history
tested with SPELL_DISPEL and SPELL_INTERRUPT
  • Loading branch information
mrbuds authored and InfusOnWoW committed Dec 22, 2023
1 parent 08ce401 commit 834bda7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WeakAuras/Prototypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4383,6 +4383,7 @@ Private.event_prototypes = {
enable = function(trigger)
return trigger.subeventSuffix and (trigger.subeventSuffix == "_ABSORBED" or trigger.subeventSuffix == "_INTERRUPT" or trigger.subeventSuffix == "_DISPEL" or trigger.subeventSuffix == "_DISPEL_FAILED" or trigger.subeventSuffix == "_STOLEN" or trigger.subeventSuffix == "_AURA_BROKEN_SPELL")
end,
test = WeakAuras.IsClassicEra() and "GetSpellInfo(%q) == extraSpellName" or nil,
type = "spell",
showExactOption = false,
store = true,
Expand Down

0 comments on commit 834bda7

Please sign in to comment.