mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[10882] No error output for empty npc_trainer* tables
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
090b70c509
commit
f59edc66ad
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10881"
|
||||
#define REVISION_NR "10882"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue