mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
186c7d1933
This reverts commit 3097a5583d8f1e2ba01899f60b14870e72492131, reversing changes made to 523bc9c8610670cb6932a1d69c4681a28ac56235.
4 lines
232 B
SQL
4 lines
232 B
SQL
-- 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');
|