From ace874a37d18bb883cb0827879c1693e8f41cfcc Mon Sep 17 00:00:00 2001 From: Lohikar Date: Sun, 16 Jul 2017 03:56:43 -0500 Subject: [PATCH] fix prepare maps (#3060) --- tools/mapmerge/Prepare Maps - Aurora.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/mapmerge/Prepare Maps - Aurora.bat b/tools/mapmerge/Prepare Maps - Aurora.bat index 68d4db56c18..6f7402fc752 100644 --- a/tools/mapmerge/Prepare Maps - Aurora.bat +++ b/tools/mapmerge/Prepare Maps - Aurora.bat @@ -1,10 +1,10 @@ @echo off -cd ../../maps/aurora-2 +cd ../../maps/aurora for /R %%f in (*.dmm) do copy "%%f" "%%f.backup" cls -echo All dmm files in the maps/aurora-2 directory have been backed up. +echo All dmm files in the maps/aurora directory have been backed up. echo Now you can make your changes... echo --- echo Remember to run Run Map Merge - TGM.bat just before you commit your changes!