mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[6806] Not output error at loading empty character_ticket table.
This commit is contained in:
parent
5222f49820
commit
0dba9362d6
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue