From c3a38fd6d38d35292d26e78e05fd5b320a88f8b3 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 29 Jul 2024 22:52:25 -0300 Subject: [PATCH] Fixed GetItemInfo not using C_Item namespace --- core/gears.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/gears.lua b/core/gears.lua index 8d9ce509a..eba848518 100644 --- a/core/gears.lua +++ b/core/gears.lua @@ -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()