fixed LUA error when alt clicking from containers (by KVLtv)
Cette révision appartient à :
Parent
2252be76d3
révision
7feded8980
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -953,7 +953,7 @@ function AuctionLite:BagClickSell(container, slot)
|
|||
ClearCursor();
|
||||
ClickAuctionSellItemButton();
|
||||
ClearCursor();
|
||||
PickupContainerItem(container, slot);
|
||||
C_Container.PickupContainerItem(container, slot);
|
||||
ClickAuctionSellItemButton();
|
||||
end
|
||||
end
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket