Skip to content

Commit

Permalink
Fixed GetItemInfo not using C_Item namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jul 30, 2024
1 parent dea44cc commit c3a38fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/gears.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ local CONST_INSPECT_ACHIEVEMENT_DISTANCE = 1 --Compare Achievements, 28 yards
local CONST_SPELLBOOK_GENERAL_TABID = 1
local CONST_SPELLBOOK_CLASSSPELLS_TABID = 2

local GetItemInfo = C_Item and C_Item.GetItemInfo or GetItemInfo

local storageDebug = false --remember to turn this to false!

function Details:UpdateGears()
Expand Down

0 comments on commit c3a38fd

Please sign in to comment.