mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Revert "Use boost::thread instead of std::thread"
This reverts commit 71b5c5f2e4
.
This commit is contained in:
@@ -252,7 +252,6 @@ function getItemPrice(item, single)
|
||||
if not single then
|
||||
amount = quantityScroll:getValue()
|
||||
end
|
||||
|
||||
if getCurrentTradeType() == BUY then
|
||||
if buyWithBackpack:isChecked() then
|
||||
if item.ptr:isStackable() then
|
||||
@@ -392,7 +391,6 @@ function refreshPlayerGoods()
|
||||
end
|
||||
|
||||
function onOpenNpcTrade(items)
|
||||
table.dump(items)
|
||||
tradeItems[BUY] = {}
|
||||
tradeItems[SELL] = {}
|
||||
|
||||
|
Reference in New Issue
Block a user