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!