Skip to content

Commit f1b429e

Browse files
mrbudsInfusOnWoW
authored andcommitted
add printOnConsole error warning for CLEU without filters
1 parent dfe6b66 commit f1b429e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WeakAuras/GenericTrigger.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ function GenericTrigger.Add(data, region)
18631863

18641864
if warnAboutCLEUEvents then
18651865
Private.AuraWarnings.UpdateWarning(data.uid, "spammy_event_warning", "error",
1866-
L["|cFFFF0000Support for unfiltered COMBAT_LOG_EVENT_UNFILTERED is deprecated|r\nCOMBAT_LOG_EVENT_UNFILTERED without a filter is advised against as it’s very performance costly.\nFind more information:\nhttps://github.com/WeakAuras/WeakAuras2/wiki/Custom-Triggers#events"])
1866+
L["|cFFFF0000Support for unfiltered COMBAT_LOG_EVENT_UNFILTERED is deprecated|r\nCOMBAT_LOG_EVENT_UNFILTERED without a filter is advised against as it’s very performance costly.\nFind more information:\nhttps://github.com/WeakAuras/WeakAuras2/wiki/Custom-Triggers#events"], true)
18671867
else
18681868
Private.AuraWarnings.UpdateWarning(data.uid, "spammy_event_warning")
18691869
end

0 commit comments

Comments
 (0)