• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Debug when more than 15 transactions in Tibia Coins History.

Majster12

Member
Joined
Feb 20, 2009
Messages
134
Solutions
1
Reaction score
16
R800y7l.gif

TFS 1.2
Tibia 10.97
gamestore/init.lua
Code:
http://pastebin.com/raw/nFki8YpR

Transfer window works fine.
 
GameStore.retrieveHistoryEntries = function(accountId)
Code:
local resultId = db.storeQuery("SELECT * FROM `store_history` WHERE `account_id` = " .. accountId .. " ORDER BY `time` DESC LIMIT 15;")
 
Back
Top Bottom