mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-22 13:02:36 +01:00
4 lines
232 B
MySQL
4 lines
232 B
MySQL
|
-- Permissions to see tent chat
|
||
|
ALTER TABLE `permissions` ADD `acc_see_tentchat` ENUM('0', '1') NOT NULL DEFAULT '0' AFTER `acc_see_whispers`;
|
||
|
INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('hotel.room.tent.prefix', 'Tent');
|