Skip to content

Commit

Permalink
Fixed API usage for UseContainerItem
Browse files Browse the repository at this point in the history
  • Loading branch information
artscout committed Jul 11, 2024
1 parent 01c4326 commit eb54a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Carbonite.Warehouse/NxWarehouse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3183,7 +3183,7 @@ function Nx.Warehouse.OnMerchant_show()
end
if sellit then
if not Nx.wdb.profile.Warehouse.SellTesting then
UseContainerItem(bag,slot)
C_Container.UseContainerItem(bag,slot)
end
if Nx.wdb.profile.Warehouse.SellVerbose then
local moneyStr = Nx.Util_GetMoneyStr(stack * price)
Expand Down

0 comments on commit eb54a55

Please sign in to comment.