From c79af51bea401a358764791b0e2e1d7c75a4adc1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 Jan 2014 18:28:58 +0300 Subject: add patch files loading for most dbs. --- src/defaults.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/defaults.cpp') diff --git a/src/defaults.cpp b/src/defaults.cpp index 89ecae779..a88a030b7 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -483,24 +483,32 @@ DefaultsData* getPathsDefaults() AddDEF("skillsFile2", "skills.xml"); AddDEF("equipmentWindowFile", "equipmentwindow.xml"); AddDEF("emotesFile", "emotes.xml"); + AddDEF("emotesPatchFile", "emotes_patch.xml"); AddDEF("hairColorFile", "hair.xml"); + AddDEF("hairColorPatchFile", "hair_patch.xml"); AddDEF("itemColorsFile", "itemcolors.xml"); + AddDEF("itemColorsPatchFile", "itemcolors_patch.xml"); AddDEF("charCreationFile", "charcreation.xml"); AddDEF("soundsFile", "sounds.xml"); + AddDEF("soundsPatchFile", "sounds_patch.xml"); AddDEF("itemsFile", "items.xml"); AddDEF("itemsPatchFile", "items_patch.xml"); AddDEF("itemsPatchDir", "items.d"); AddDEF("avatarsFile", "avatars.xml"); + AddDEF("avatarsPatchFile", "avatars_patch.xml"); AddDEF("npcsFile", "npcs.xml"); AddDEF("npcsPatchFile", "npcs_patch.xml"); AddDEF("npcsPatchDir", "npcs.d"); AddDEF("petsFile", "pets.xml"); + AddDEF("petsPatchFile", "pets_patch.xml"); AddDEF("monstersFile", "monsters.xml"); AddDEF("monstersPatchFile", "monsters_patch.xml"); AddDEF("monstersPatchDir", "monsters.d"); AddDEF("mapsRemapFile", "maps/remap.xml"); AddDEF("mapsFile", "maps.xml"); + AddDEF("mapsPatchFile", "maps_patch.xml"); AddDEF("deadMessagesFile", "deadmessages.xml"); + AddDEF("deadMessagesPatchFile", "deadmessages_patch.xml"); return configData; } -- cgit v1.2.3-60-g2f50