Character Prefix is incorrect
If your server was running on Config.Multichar = false and you want to keep the players
UPDATE users
SET identifier = CONCAT('char1:', identifier)
WHERE identifier NOT LIKE 'char%';If you are on the fresh recipe
Last updated