khanat-opennel-code/code/nel/tools/3d/build_gamedata/update_tools.bat
Fabien_HENON 11298004e9 Updating the world_editor_classes.xml file for the guild missions
- Adding new actions for guild missions
- Adding the guild option for some actions
- Adding the nb_guild_members_needed option for the objectives
2011-05-23 16:09:14 +02:00

15 lines
271 B
Batchfile

@echo off
SET COPYCMD=/Y
REM -- Backup config files
copy cfg\*.cfg cfg\*.bak
REM -- Copy tools
xcopy \\server\code\tools\build_gamedata\*.* . /E /D
REM -- Restore config files
copy cfg\*.bak cfg\*.cfg
REM -- Delete backuped config files
del cfg\*.bak