mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Use utf8 in items
This commit is contained in:
parent
db8987678f
commit
e2577f8894
@ -49,3 +49,5 @@ ADD COLUMN `limit` int(11) NOT NULL DEFAULT -1;
|
||||
|
||||
ALTER TABLE `users_pets`
|
||||
ADD COLUMN `mp_is_dead` tinyint(1) NOT NULL DEFAULT 0;
|
||||
|
||||
ALTER TABLE `items` CHARACTER SET = utf8, COLLATE = utf8_general_ci;
|
||||
|
Loading…
Reference in New Issue
Block a user