From a22897d026393f5d1c0a5ed0676fde70603eaa32 Mon Sep 17 00:00:00 2001 From: Allen Faure Date: Fri, 13 Dec 2024 15:09:41 -0600 Subject: [PATCH] unit characteristics - disable summon pending for classic since it doesn't exist :< Fixes #5580 --- WeakAuras/Prototypes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index ccfa6eec05..ae8c07e455 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -2476,6 +2476,8 @@ Private.event_prototypes = { display = L["Summon Pending"], type = "tristate", width = WeakAuras.doubleWidth, + enable = WeakAuras.IsRetail(), + hidden = not WeakAuras.IsRetail(), init = "C_IncomingSummon.HasIncomingSummon(unit)", store = true, conditionType = "bool",