fix description and mark to do item

This commit is contained in:
ErikasKontenis
2022-04-10 23:04:26 +03:00
parent 6e6b2dc4a6
commit 944af32a8c
4 changed files with 812 additions and 7 deletions

View File

@@ -309,7 +309,7 @@ function Player:onLookInMarket(itemType)
do
local desc = itemType:getDescription()
if desc and #desc > 0 then
response:addString(desc:sub(1, -2))
response:addString(desc)
else
response:addU16(0)
end
@@ -327,6 +327,7 @@ function Player:onLookInMarket(itemType)
end
if duration > 0 then
-- TODO!!!!!!!!!!!!!
response:addString(Game.getCountdownString(duration, true, true))
else
response:addU16(0)