Border color of Mythic Keystone's
shpark1359 opened this issue ยท 2 comments
Now, the color of Mythic Keystone's doesn't appear.
Because, the quality of mythic keystone from GetItemInfo(KEYSTONE_ID) is 1.
And GetItemInfo(KEYSTONE_LINK) doesn't work.
so how about change the line 368 of widgets/ItemButton.lua
from
local _, _, quality = GetItemInfo(itemId)
to
local _, _, _, quality = GetContainerItemInfo(bag, slot)