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/');