diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-03 21:30:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-04 00:03:04 +0300 |
commit | e98927f4fe7e45d5494f32797e57b960b7be54b4 (patch) | |
tree | 320c8e8a00bcdadef87c22db5ca4b811addc0b57 /src/defaults.cpp | |
parent | 6bb63b931d7a141aa1483a09941fe9f81974faa4 (diff) | |
download | plus-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.cpp | 3 |
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"); |