mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +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();
|
bar.step();
|
||||||
|
|
||||||
sLog.outString();
|
sLog.outString();
|
||||||
sLog.outErrorDb(">> Loaded `character_ticket`, table is empty!");
|
sLog.outString(">> Loaded `character_ticket`, table is empty.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "6805"
|
#define REVISION_NR "6806"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue