Compare commits

..

No commits in common. 'a7a15f862028a3b3b77341cde423a822f384a11b' and 'e6b2b8f42f18349baa9ba4c5d6dd6a05ae966b68' have entirely different histories.

  1. 2
      src/Item/Item.lua

@ -76,7 +76,7 @@ end
---@return string
function Item:GetName()
if C_Item.GetItemInfo then
return C_Item.GetItemInfo(self:GetID())
return C_Item.GetItemName(self:GetID())
end
return GetItemInfo(self:GetID())
end

Loading…
Cancel
Save