From 52559dc748e104e81b879a379d5149719426957c Mon Sep 17 00:00:00 2001 From: duckietm Date: Mon, 30 Mar 2026 13:10:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20SQL=20update=20file=20renamed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database Updates/003_furni_editor.sql | 4 ++++ Database Updates/furni_editor.sql | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 Database Updates/003_furni_editor.sql delete mode 100644 Database Updates/furni_editor.sql diff --git a/Database Updates/003_furni_editor.sql b/Database Updates/003_furni_editor.sql new file mode 100644 index 00000000..385a6621 --- /dev/null +++ b/Database Updates/003_furni_editor.sql @@ -0,0 +1,4 @@ +-- FurniEditor: emulator config keys for FurniDataManager +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\'); diff --git a/Database Updates/furni_editor.sql b/Database Updates/furni_editor.sql deleted file mode 100644 index b7e391c7..00000000 --- a/Database Updates/furni_editor.sql +++ /dev/null @@ -1,4 +0,0 @@ --- FurniEditor: emulator config keys for FurniDataManager -INSERT IGNORE INTO `emulator_settings` (`key`, `value`) VALUES - ('furni.editor.renderer.config.path', 'E:/www/habbo-next/public/nitro3/public/renderer-config.json'), - ('furni.editor.asset.base.path', 'E:/www/habbo-next/public/nitro-assets/');