I have found.
Its in usp_Create_Char_r at the line with PATINDEX. Juste a few documentations on internet and i have change the line:
Quote:
|
SET @charcheck = PATINDEX('%[^a-zA-Z0-9]%',@CharName)
|
to
Quote:
|
SET @charcheck = PATINDEX('%[^a-zA-Z0-9._-]%',@CharName)
|
Not even need restart server