From e98927f4fe7e45d5494f32797e57b960b7be54b4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 3 Mar 2015 21:30:17 +0300 Subject: Add basic horses db implimentation. --- src/defaults.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/defaults.cpp') 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"); -- cgit v1.2.3-60-g2f50