Skip to content

Commit

Permalink
Fix right click vendor functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Craig committed Nov 23, 2022
1 parent 7a1d4b2 commit 785d605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ function Core:LoadExpansion(module)
for slotId, bag, slot, itemId in header.section:IterateContainerSlots() do
local sellPrice = select(11, GetItemInfo(itemId))
if sellPrice and sellPrice > 0 then
UseContainerItem(bag, slot)
C_Container.UseContainerItem(bag, slot)
end
end
end
Expand Down

0 comments on commit 785d605

Please sign in to comment.