Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
Could not store char base data: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'punish_ti$Could not store char base data: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'punish_ti$Could not store char base data: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'punish_ti$
This happens after update to revisions 3921\7043. What is that? Maybe im miss something in update?
the value you are trying to store in the column punish_ti (i guess is punish_time) is longer than the allowed by the column structure (INT UNSIGNED NOT NULL DEFAULT 0)
SQL INT = From -2^31 (-2.147.483.648) to 2^31-1 (2.147.483.647)