You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 23:16:19 +00:00
4 lines
234 B
SQL
4 lines
234 B
SQL
INSERT INTO `wired_emulator_settings` (`key`, `value`, `comment`)
|
|
VALUES ('hotel.wired.message.max_length', '512', 'Maximum length of text fields used by wired messages and bot text effects.')
|
|
ON DUPLICATE KEY UPDATE `value` = '512';
|