mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Version 2.3 - cooldowns in action bar, more advanced bot, new cavebot, bug fixes
This commit is contained in:
@@ -1034,6 +1034,9 @@ function Market.decrementAmount()
|
||||
end
|
||||
|
||||
function Market.updateCurrentItems()
|
||||
if not categoryList or not categoryList:getCurrentOption() then
|
||||
return
|
||||
end
|
||||
local id = getMarketCategoryId(categoryList:getCurrentOption().text)
|
||||
if id == MarketCategory.MetaWeapons then
|
||||
id = getMarketCategoryId(subCategoryList:getCurrentOption().text)
|
||||
|
Reference in New Issue
Block a user