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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6805"
#define REVISION_NR "6806"
#endif // __REVISION_NR_H__