From e9deb0183c706cd778235d05944cbf2176098559 Mon Sep 17 00:00:00 2001 From: NoM0Re Date: Thu, 27 Feb 2025 21:03:38 +0100 Subject: [PATCH] (fix/Prototypes) Unit Characteristics Specialization check - Closes #25 --- WeakAuras/Prototypes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index b61bc75..0df7e0f 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -1633,7 +1633,7 @@ Private.event_prototypes = { name = "specId", display = L["Specialization"], type = "multiselect", - init = "WeakAuras.LGT:GetUnitTalentSpec(unit)", + init = "WeakAuras.SpecForUnit(unit)", values = "spec_types_all", store = true, conditionType = "select",