From 18b377792c7fdc1c13fb165a2704dd5e7799d070 Mon Sep 17 00:00:00 2001 From: Boneshock Date: Sun, 31 Dec 2023 07:56:34 +0100 Subject: [PATCH] fix %powertype show selected first then primary power type --- WeakAuras/Prototypes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index 9889b5aad0..95f6e11e05 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -3281,7 +3281,7 @@ Private.event_prototypes = { display = L["Power Type"], type = "select", values = "power_types", - init = "unitPowerType", + init = "powerTypeToCheck", test = "true", store = true, conditionType = "select",