From 162af4caa481eef2529ccdc1299d9578539143c9 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 22 Mar 2007 21:03:19 +0000 Subject: Some generic typo fixes (src and npc) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10054 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/charcommand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/charcommand.c') diff --git a/src/map/charcommand.c b/src/map/charcommand.c index 743f456f6..f531f3fc0 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -1170,7 +1170,7 @@ int charcommand_warp( } if (pc_setpos(pl_sd, map[m].index, x, y, 3) == 0) { clif_displaymessage(pl_sd->fd, msg_table[0]); // Warped. - clif_displaymessage(fd, msg_table[15]); // Player warped (message sends to player too). + clif_displaymessage(fd, msg_table[15]); // Player warped (message sent to player too). return 0; } //No error message specified...? @@ -1755,7 +1755,7 @@ int charcommand_changesex( return -1; } else { chrif_char_ask_name(sd->status.account_id, player, 5, 0, 0, 0, 0, 0, 0); // type: 5 - changesex - clif_displaymessage(fd, msg_table[88]); // Character name sends to char-server to ask it. + clif_displaymessage(fd, msg_table[88]); // Character name sent to char-server to ask it. } return 0; -- cgit v1.2.3-70-g09d2