diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 850f61f20..afccfb021 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -8845,7 +8845,7 @@ void ObjectMgr::LoadTrainers(char const* tableName, bool isTemplates) bar.step(); sLog.outString(); - sLog.outErrorDb(">> Loaded `%s`, table is empty!", tableName); + sLog.outString(">> Loaded `%s`, table is empty!", tableName); return; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 1cee7bbc3..b55b49d8a 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10881" + #define REVISION_NR "10882" #endif // __REVISION_NR_H__