From d1d8b4e1c28911c551ef7331fd76085d5d62fe6a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Jul 2014 23:41:56 +0300 Subject: In map remap db add patch and split files loading. New options in paths.xml: mapsRemapPatchFile - patch file name for remap db. mapsRemapPatchDir - dir with patch files. --- src/defaults.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/defaults.cpp') diff --git a/src/defaults.cpp b/src/defaults.cpp index 290ee99ba..caaf69774 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -555,6 +555,8 @@ DefaultsData* getPathsDefaults() AddDEF("monstersPatchFile", "monsters_patch.xml"); AddDEF("monstersPatchDir", "monsters.d"); AddDEF("mapsRemapFile", "maps/remap.xml"); + AddDEF("mapsRemapPatchFile", "maps/remap_patch.xml"); + AddDEF("mapsRemapPatchDir", "maps/remap.d"); AddDEF("mapsFile", "maps.xml"); AddDEF("mapsPatchFile", "maps_patch.xml"); AddDEF("mapsPatchDir", "maps.d"); -- cgit v1.2.3-60-g2f50