summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-03 21:30:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-04 00:03:04 +0300
commite98927f4fe7e45d5494f32797e57b960b7be54b4 (patch)
tree320c8e8a00bcdadef87c22db5ca4b811addc0b57 /src/defaults.cpp
parent6bb63b931d7a141aa1483a09941fe9f81974faa4 (diff)
downloadplus-e98927f4fe7e45d5494f32797e57b960b7be54b4.tar.gz
plus-e98927f4fe7e45d5494f32797e57b960b7be54b4.tar.bz2
plus-e98927f4fe7e45d5494f32797e57b960b7be54b4.tar.xz
plus-e98927f4fe7e45d5494f32797e57b960b7be54b4.zip
Add basic horses db implimentation.
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index f1abdfb60..34af5f039 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -535,6 +535,9 @@ DefaultsData* getPathsDefaults()
AddDEF("hairColorFile", "hair.xml");
AddDEF("hairColorPatchFile", "hair_patch.xml");
AddDEF("hairColorPatchDir", "hair.d");
+ AddDEF("horsesFile", "horses.xml");
+ AddDEF("horsesPatchFile", "horses_patch.xml");
+ AddDEF("horsesPatchDir", "horses.d");
AddDEF("itemColorsFile", "itemcolors.xml");
AddDEF("itemColorsPatchFile", "itemcolors_patch.xml");
AddDEF("itemColorsPatchDir", "itemcolors.d");