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