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",