fixed LUA error when alt clicking from containers (by KVLtv)

Cette révision appartient à :
Albirew 2024-01-07 22:41:40 +01:00
Parent 2252be76d3
révision 7feded8980

Voir le fichier

@ -953,7 +953,7 @@ function AuctionLite:BagClickSell(container, slot)
ClearCursor();
ClickAuctionSellItemButton();
ClearCursor();
PickupContainerItem(container, slot);
C_Container.PickupContainerItem(container, slot);
ClickAuctionSellItemButton();
end
end