Fix encoding warnings
warning C4828: The file contains a character starting at offse t 0x132 that is illegal in the current source character set (codepage 65001)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Monarch.h"
|
||||
#include "Monarch.h"
|
||||
#include "common/utils.h"
|
||||
#include "Main.h"
|
||||
#include "ClientManager.h"
|
||||
@@ -235,7 +235,7 @@ bool CMonarch::SetMonarch(const char * name)
|
||||
}
|
||||
delete pMsg;
|
||||
|
||||
//db¿¡ ÀÔ·Â
|
||||
//db¿¡ ÀÔ·Â
|
||||
snprintf(szQuery, sizeof(szQuery),
|
||||
"REPLACE INTO monarch (empire, name, windate, money) VALUES(%d, %d, now(), %lld)", Empire, p->pid[Empire], p->money[Empire]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user