Fixed Map Server build script to copy scripts folder.

Added world_config.ini to World Server build script.

Adjusted characters.sql to make the lobby server happy again.
This commit is contained in:
Franz Renatus
2017-03-07 09:16:55 -08:00
parent d918ad3776
commit 23ce361801
3 changed files with 7 additions and 8 deletions

View File

@@ -330,7 +330,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(SolutionDir)data\map_config.ini" "$(SolutionDir)$(ProjectName)\$(OutDir)" /d
xcopy "$(SolutionDir)data\scripts" "$(SolutionDir)$(ProjectName)\$(OutDir)scripts" /e /d /y /s</PostBuildEvent>
xcopy "$(SolutionDir)data\scripts" "$(SolutionDir)$(ProjectName)\$(OutDir)scripts\" /e /d /y /s</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>