[10882] No error output for empty npc_trainer* tables

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-12-17 12:27:56 +01:00
parent 090b70c509
commit f59edc66ad
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}