mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-05-02 20:19:21 +02:00
Updated to OTCv8 3.0 rev 44
This commit is contained in:
parent
1def896276
commit
1f0bb4d655
@ -136,6 +136,10 @@ function UIMiniWindow:setup()
|
||||
self:minimize()
|
||||
end
|
||||
end
|
||||
self:getChildById('bottomResizeBorder').onDoubleClick = function()
|
||||
local resizeBorder = self:getChildById('bottomResizeBorder')
|
||||
self:setHeight(resizeBorder:getMinimum())
|
||||
end
|
||||
|
||||
local oldParent = self:getParent()
|
||||
|
||||
|
@ -1428,6 +1428,6 @@ function Market.onCoinBalance(coins, transferableCoins)
|
||||
if not marketItems[MarketCategory.TibiaCoins] then return end
|
||||
for i = 1, #marketItems[MarketCategory.TibiaCoins] do
|
||||
local item = marketItems[MarketCategory.TibiaCoins][i].displayItem
|
||||
depotItems[item:getId()] = tibiaCoins
|
||||
information.depotItems[item:getId()] = tibiaCoins
|
||||
end
|
||||
end
|
||||
|
BIN
otclient_dx.exe
BIN
otclient_dx.exe
Binary file not shown.
BIN
otclient_gl.exe
BIN
otclient_gl.exe
Binary file not shown.
BIN
otclientv8.apk
BIN
otclientv8.apk
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user