mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Schema: Change charset of characters
Allows having different characters with names like "Subv" and "Súbv", it was not possible to have two characters with these names at the same time before closes #7679
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `characters` MODIFY `name`
|
||||
VARCHAR(12) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
|
||||
Reference in New Issue
Block a user