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();
|
||||
|
||||
sLog.outString();
|
||||
sLog.outErrorDb(">> Loaded `%s`, table is empty!", tableName);
|
||||
sLog.outString(">> Loaded `%s`, table is empty!", tableName);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue