From 92627b1407fe8452238f58cc96b057990360f1b1 Mon Sep 17 00:00:00 2001 From: NoM0Re <1629787+NoM0Re@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:05:03 +0200 Subject: [PATCH] (fix/Cast) inverse not applied correctly --- WeakAuras/Prototypes.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index 9c7675a..1998676 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -7010,7 +7010,10 @@ Private.event_prototypes = { hidden = true, init = "true", test = "true", - store = true + store = true, + enable = function(trigger) + return not trigger.use_inverse + end }, { type = "header",