🆙 SQL update file renamed

This commit is contained in:
duckietm
2026-03-30 13:10:03 +02:00
parent 88536e4e88
commit 52559dc748
2 changed files with 4 additions and 4 deletions
+4
View File
@@ -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\');
-4
View File
@@ -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/');