mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 14:13:27 +02:00
Version 2.4 - http://otclient.net/showthread.php?tid=160
This commit is contained in:
@@ -530,8 +530,8 @@ function buyConfirmed()
|
||||
sendAction("buy", selectedOffer)
|
||||
if g_game.getFeature(GameIngameStore) and selectedOffer.id and not otcv8shop then
|
||||
local offerName = selectedOffer.title:lower()
|
||||
if string.find(offerName, "name") and string.find(offerName, "change") and modules.game_textedit then
|
||||
modules.game_textedit.singlelineEditor("", function(newName)
|
||||
if string.find(offerName, "name") and string.find(offerName, "change") and modules.client_textedit then
|
||||
modules.client_textedit.singlelineEditor("", function(newName)
|
||||
if newName:len() == 0 then
|
||||
return
|
||||
end
|
||||
|
@@ -39,7 +39,6 @@ ShopCategoryCreature < ShopCategory
|
||||
margin-bottom: 2
|
||||
margin-left: 2
|
||||
size: 32 32
|
||||
raw: true
|
||||
|
||||
ShopCategoryImage < ShopCategory
|
||||
Label
|
||||
@@ -118,7 +117,6 @@ ShopOfferCreature < ShopOffer
|
||||
margin-bottom: 4
|
||||
margin-left: 2
|
||||
size: 48 48
|
||||
raw: true
|
||||
|
||||
ShopOfferImage < ShopOffer
|
||||
Label
|
||||
|
Reference in New Issue
Block a user