from retail

This commit is contained in:
NoM0Re
2025-01-16 20:39:25 +01:00
parent fcd2d11478
commit e924932d63
5 changed files with 187 additions and 66 deletions
+9 -2
View File
@@ -2828,10 +2828,17 @@ Private.event_prototypes = {
store = true
},
{
name = "extraSpellId",
display = WeakAuras.newFeatureString .. L["Extra Spell Id"],
init = "arg",
enable = function(trigger)
return trigger.subeventSuffix and (trigger.subeventSuffix == "_INTERRUPT" or trigger.subeventSuffix == "_DISPEL" or trigger.subeventSuffix == "_DISPEL_FAILED" or trigger.subeventSuffix == "_STOLEN" or trigger.subeventSuffix == "_AURA_BROKEN_SPELL")
end
}, -- extraSpellId ignored with SPELL_INTERRUPT
end,
type = "spell",
showExactOption = false,
store = true,
conditionType = "number"
},
{
name = "extraSpellName",
display = L["Extra Spell Name"],