mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
1 line
97 B
SQL
1 line
97 B
SQL
UPDATE `character` SET `name` = CONCAT(UCASE(SUBSTRING(`name`,1,1)),LCASE(SUBSTRING(`name`,2)));
|