mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +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();
|
bar.step();
|
||||||
|
|
||||||
sLog.outString();
|
sLog.outString();
|
||||||
sLog.outErrorDb(">> Loaded `%s`, table is empty!", tableName);
|
sLog.outString(">> Loaded `%s`, table is empty!", tableName);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10881"
|
#define REVISION_NR "10882"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue