summaryrefslogtreecommitdiff
path: root/src/char_sql/char.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/char.c')
-rw-r--r--src/char_sql/char.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c
index b9c8de3..4bfce6d 100644
--- a/src/char_sql/char.c
+++ b/src/char_sql/char.c
@@ -1715,7 +1715,7 @@ int parse_tologin (int fd)
}
break;
- // account_reg2変更通知
+ // account_reg2螟画峩騾夂衍
case 0x2729:
if (RFIFOREST (fd) < 4 || RFIFOREST (fd) < RFIFOW (fd, 2))
return 0;
@@ -1732,7 +1732,7 @@ int parse_tologin (int fd)
reg[j].value = RFIFOL (fd, p + 32);
}
// set_account_reg2(acc,j,reg);
- // 同垢ログインを禁止していれば送る必要は無い
+ // 蜷悟椶繝ュ繧ー繧、繝ウ繧堤ヲ∵ュ「縺励※縺繧後ー騾√k蠢隕√ッ辟。縺
memcpy (buf, RFIFOP (fd, 0), RFIFOW (fd, 2));
WBUFW (buf, 0) = 0x2b11;
mapif_sendall (buf, WBUFW (buf, 2));
@@ -2135,7 +2135,7 @@ int parse_frommap (int fd)
break;
*/
- // account_reg保存要求
+ // account_reg菫晏ュ倩ヲ∵ア
case 0x2b10:
if (RFIFOREST (fd) < 4 || RFIFOREST (fd) < RFIFOW (fd, 2))
return 0;
@@ -2151,7 +2151,7 @@ int parse_frommap (int fd)
reg[j].value = RFIFOL (fd, p + 32);
}
// set_account_reg2(acc,j,reg);
- // loginサーバーへ送る
+ // login繧オ繝シ繝舌シ縺ク騾√k
if (login_fd > 0)
{ // don't send request if no login-server
WFIFOW (login_fd, 0) = 0x2728;
@@ -2159,7 +2159,7 @@ int parse_frommap (int fd)
RFIFOW (fd, 2));
WFIFOSET (login_fd, WFIFOW (login_fd, 2));
}
- // ワールドへの同垢ログインがなければmapサーバーに送る必要はない
+ // 繝ッ繝シ繝ォ繝峨∈縺ョ蜷悟椶繝ュ繧ー繧、繝ウ縺後↑縺代l縺ーmap繧オ繝シ繝舌シ縺ォ騾√k蠢隕√ッ縺ェ縺
//memcpy(buf,RFIFOP(fd,0),RFIFOW(fd,2));
//WBUFW(buf,0)=0x2b11;
//mapif_sendall(buf,WBUFW(buf,2));
@@ -3241,7 +3241,7 @@ int check_connect_login_server (int tid, unsigned int tick, int id, int data)
//----------------------------------------------------------
// Return numerical value of a switch configuration by [Yor]
-// on/off, english, fran軋is, deutsch, espaol
+// on/off, english, fran霆喫s, deutsch, espaΝl
//----------------------------------------------------------
int config_switch (const char *str)
{
@@ -3700,7 +3700,7 @@ int do_init (int argc, char **argv)
printf ("charserver configuration reading done.....\n");
- inter_init ((argc > 2) ? argv[2] : inter_cfgName); // inter server テハア篳ュ
+ inter_init ((argc > 2) ? argv[2] : inter_cfgName); // inter server セセ奇スア遽ウスュ
printf ("interserver configuration reading done.....\n");
printf ("start char server initializing.....\n");