[6806] Not output error at loading empty character_ticket table.

This commit is contained in:
VladimirMangos 2008-11-08 11:47:04 +03:00
parent 5222f49820
commit 0dba9362d6
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ void GMTicketMgr::LoadGMTickets()
bar.step();
sLog.outString();
sLog.outErrorDb(">> Loaded `character_ticket`, table is empty!");
sLog.outString(">> Loaded `character_ticket`, table is empty.");
return;
}