From 62814f2e21e65b9a42285863c9c449a07529f109 Mon Sep 17 00:00:00 2001 From: duckietm Date: Mon, 30 Mar 2026 16:21:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Added=20permissions=20for=20Furn?= =?UTF-8?q?i=20Editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database Updates/003_furni_editor.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Database Updates/003_furni_editor.sql b/Database Updates/003_furni_editor.sql index a4ff0063..37bfc80c 100644 --- a/Database Updates/003_furni_editor.sql +++ b/Database Updates/003_furni_editor.sql @@ -1,3 +1,6 @@ INSERT IGNORE INTO `emulator_settings` (`key`, `value`) VALUES ('furni.editor.renderer.config.path', '/var/www/Gamedata/config/renderer-config.json'), - ('furni.editor.asset.base.path', '/var/www/Gamedata/furniture/nitro-assets/'); \ No newline at end of file + ('furni.editor.asset.base.path', '/var/www/Gamedata/furniture/nitro-assets/'); + +ALTER TABLE permissions +ADD COLUMN `acc_catalogfurni` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `acc_catalog_ids`; \ No newline at end of file