diff options
Diffstat (limited to 'src/resources/db')
-rw-r--r-- | src/resources/db/itemdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index 1370b7950..1280f8b79 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.cpp @@ -349,7 +349,7 @@ void ItemDB::loadXmlFile(const std::string &fileName, if (iconColors.empty()) iconColors = colors; - // check for empty hair palete + // check for empty hair palette if (id <= -1 && id > -100) { if (colors.empty()) |