From 834bda7a2197720c6dc78719db499a73618102e2 Mon Sep 17 00:00:00 2001 From: Buds Date: Wed, 20 Dec 2023 04:09:56 +0100 Subject: [PATCH] Classic Era CLEU extraSpellId is still stuck at 0 tested with SPELL_DISPEL and SPELL_INTERRUPT --- WeakAuras/Prototypes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index d406cbc5fd..b3b7fb350e 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -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,