From f20e602d32432b8a8cd855e07c370f7a9aa019df Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 12:14:31 -0700 Subject: [PATCH] fix(editor): minor README formatting improvement in export --- tools/editor/editor_app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/editor/editor_app.cpp b/tools/editor/editor_app.cpp index a9e29eea..95842f24 100644 --- a/tools/editor/editor_app.cpp +++ b/tools/editor/editor_app.cpp @@ -809,7 +809,7 @@ void EditorApp::exportZone(const std::string& outputDir) { readme << "NPCs: " << npcSpawner_.spawnCount() << "\n"; readme << "Quests: " << questEditor_.questCount() << "\n"; readme << "Created with Wowee World Editor v0.8.0\n\n"; - readme << "Open Formats (no Blizzard IP):\n"; + readme << "\nOpen Formats (no Blizzard IP):\n"; readme << " .wot/.whm — Wowee Open Terrain (heightmap + metadata)\n"; readme << " .wom — Wowee Open Model (static 3D models)\n"; readme << " .wob — Wowee Open Building (multi-group buildings)\n";