Ported MAP preferences from Vore + custom preview backgrounds. (#9300)

Todo:

Figure out the big empty space thing

SQL
This commit is contained in:
Matt Atlas
2020-07-09 17:09:13 +02:00
committed by GitHub
parent 392fa1855e
commit f3c2b5316f
15 changed files with 203 additions and 95 deletions

View File

@@ -0,0 +1,6 @@
--
-- Adds support for character setup backgrounds in #9300
--
ALTER TABLE `ss13_characters`
ADD COLUMN `bgstate` VARCHAR(20) NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci' AFTER `accent`;