mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Fixes saving characters with multiple long-name languages. (#21262)
This is a bug that affects characters with multiple long language names: `language":"Elyran+Standard=&Sol+Common=&Encoded+Audio+Language="` This exceeds the limit of 50 characters for the language column, thus bricking the saving. The limit has been changed to 75 characters. --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
-- Fixes saving a character with multiple languages with long names. PR #21262
|
||||
--
|
||||
|
||||
ALTER TABLE `ss13_characters` MODIFY COLUMN `language` VARCHAR(75);
|
||||
Reference in New Issue
Block a user