correct combat log prototype

This commit is contained in:
Bunny67
2020-06-06 22:06:33 +03:00
parent 4c8be29dc3
commit 70e3e81f54
-5
View File
@@ -1509,11 +1509,6 @@ WeakAuras.event_prototypes = {
return (trigger.subeventPrefix == "SPELL" and trigger.subeventSuffix == "_CAST_START");
end,
},
{ -- destRaidFlags ignore for SPELL_CAST_START
enable = function(trigger)
return (trigger.subeventPrefix == "SPELL" and trigger.subeventSuffix == "_CAST_START");
end
},
{
name = "spellId",
display = L["Spell Id"],