From 867eb30c5011e8065fde46143f5ad549e5e45e4d Mon Sep 17 00:00:00 2001 From: Sluimerstand Date: Fri, 16 Aug 2024 12:58:02 +0200 Subject: [PATCH] Missed one deprecated API function --- Core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.lua b/Core.lua index 23c6a3e..a160b80 100644 --- a/Core.lua +++ b/Core.lua @@ -352,7 +352,7 @@ function api.DoTheThing(msg) -- Check if the item can and should be equipped (weapon -> spec) if v3 == app.SpecID then weapon = true - for k, v in pairs(GetItemStats(v.item)) do + for k, v in pairs(C_Item.GetItemStats(v.item)) do -- Check if the item has the spec's primary stat if primaryStat == k then equippable = true