switch SQL from latin1 to utf8mb4

This commit is contained in:
nossr50
2021-03-09 13:56:03 -08:00
parent 4402484d47
commit f4976e5ecb
3 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,6 @@
Version 2.1.180
mcMMO now uses UTF-8 compliant encoding for SQL databases (utf8mb4)
Version 2.1.179
Fixed a bug for FlatFile databases where some players with changed nicknames would have their levels not loaded upon login (possibly wiping their data)