mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 22:53:26 +02:00
Version 2.5.2 - http://otclient.net/showthread.php?tid=255
This commit is contained in:
@@ -486,7 +486,11 @@ function changeCategory(widget, newCategory)
|
||||
end
|
||||
|
||||
if g_game.getFeature(GameIngameStore) and widget ~= newCategory and not otcv8shop then
|
||||
g_game.requestStoreOffers(newCategory.name:getText())
|
||||
local serviceType = 0
|
||||
if g_game.getFeature(GameTibia12Protocol) then
|
||||
serviceType = 2
|
||||
end
|
||||
g_game.requestStoreOffers(newCategory.name:getText(), serviceType)
|
||||
end
|
||||
|
||||
browsingHistory = false
|
||||
|
Reference in New Issue
Block a user