Hello everyone, is there any way to enable name spacing in character's name? Example "guy 123" gets automatically changed into "guy123" after character creation. How to avoid that?
09/22/2020 16:48beetols#2
on ps_gamedata procedures you find dbo.usp_create_char_r2 that is where the character is saved on database. You need to remove LTRIM line.