diff options
-rw-r--r-- | src/resources/db/itemdb.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index dd728d2f9..77ff5b269 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.cpp @@ -59,7 +59,6 @@ namespace StringIntMap mTags; std::map<std::string, ItemSoundEvent::Type> mSoundNames; int mNumberOfHairstyles = 1; - int mNumberOfRaces = 1; } // namespace // Forward declarations @@ -227,7 +226,6 @@ void ItemDB::load() { races ++; } - mNumberOfRaces = races - 100; } void ItemDB::loadXmlFile(const std::string &fileName, |