From 70e3e81f540b5128f57294e05e196f6578397378 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Sat, 6 Jun 2020 22:06:33 +0300 Subject: [PATCH] correct combat log prototype --- WeakAuras/Prototypes.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index c2a43b9..71153b6 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -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"],