This commit is contained in:
Crum
2018-11-15 15:04:30 -06:00
parent 6edc3249da
commit 5721257768
-1
View File
@@ -848,7 +848,6 @@ function B:GetGraysValue()
if itemLink then
_, _, rarity, _, _, itype = GetItemInfo(match(itemLink, "item:(%d+)"))
itemPrice = LIP:GetSellValue(itemLink)
print(itype)
if itemPrice then
stackCount = select(2, GetContainerItemInfo(bag, slot)) or 1
stackPrice = itemPrice * stackCount