This commit is contained in:
Crum
2018-02-20 21:50:44 -06:00
parent a56d00fac0
commit d56a8b312b
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -718,7 +718,7 @@ function B:VendorGrays(delete, _, getValue)
end
local c = 0
local count = 0
for b = 0, NUM_BAG_FRAMES do
for s = 1, GetContainerNumSlots(b) do
local l = GetContainerItemLink(b, s)
@@ -730,7 +730,6 @@ function B:VendorGrays(delete, _, getValue)
DeleteCursorItem()
end
c = c + p
count = count + 1
else
if not getValue then
UseContainerItem(b, s)