fix prepare maps (#3060)

This commit is contained in:
Lohikar
2017-07-16 11:56:43 +03:00
committed by skull132
parent ac5b4ea055
commit ace874a37d
+2 -2
View File
@@ -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!