summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resources/db/colordb.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/resources/db/colordb.cpp b/src/resources/db/colordb.cpp
index a358bebe7..ad8314d4f 100644
--- a/src/resources/db/colordb.cpp
+++ b/src/resources/db/colordb.cpp
@@ -59,12 +59,9 @@ void ColorDB::load()
mColorLists["hair"] = colors;
- if (serverVersion >= 1)
- {
- loadColorLists(paths.getStringValue("itemColorsFile"));
- loadColorLists(paths.getStringValue("itemColorsPatchFile"));
- loadXmlDir("itemColorsPatchDir", loadColorLists);
- }
+ loadColorLists(paths.getStringValue("itemColorsFile"));
+ loadColorLists(paths.getStringValue("itemColorsPatchFile"));
+ loadXmlDir("itemColorsPatchDir", loadColorLists);
it = mColorLists.find("hair");
if (it != mColorLists.end())