Skip to content

Commit

Permalink
Missed one deprecated API function
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackluster committed Aug 16, 2024
1 parent ee1c0b3 commit 867eb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 867eb30

Please sign in to comment.