diff options
Diffstat (limited to 'src/resources/db/skillunitdb.cpp')
-rw-r--r-- | src/resources/db/skillunitdb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/db/skillunitdb.cpp b/src/resources/db/skillunitdb.cpp index 33f41cacb..d7028e672 100644 --- a/src/resources/db/skillunitdb.cpp +++ b/src/resources/db/skillunitdb.cpp @@ -139,6 +139,7 @@ void SkillUnitDb::loadXmlFile(const std::string &fileName, void SkillUnitDb::unload() { + logger->log1("Unloading skill unit database..."); delete_all(mSkillUnitInfos); mSkillUnitInfos.clear(); |