diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-29 04:09:37 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-29 04:09:37 +0000 |
commit | 978868752cb82489887c1ac53ccf448556fd8c99 (patch) | |
tree | f3f0b6c952f9dc85efad47a993aa629b874acf29 /src/map/mail.c | |
parent | 02e1792af3640a46c49d8a2643d51c4216c4fcab (diff) | |
download | hercules-978868752cb82489887c1ac53ccf448556fd8c99.tar.gz hercules-978868752cb82489887c1ac53ccf448556fd8c99.tar.bz2 hercules-978868752cb82489887c1ac53ccf448556fd8c99.tar.xz hercules-978868752cb82489887c1ac53ccf448556fd8c99.zip |
Typo ^^;
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1322 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mail.c')
-rw-r--r-- | src/map/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mail.c b/src/map/mail.c index 204ba9392..91fed5f39 100644 --- a/src/map/mail.c +++ b/src/map/mail.c @@ -35,7 +35,7 @@ int mail_check(struct map_session_data *sd,int type) nullpo_retr (0, sd); - sprintf(tmp_msql,"SELECT `message_id`,`to_account_id`,`from_char_name`,`read_flag`,`priority`,`check_flag" + sprintf(tmp_msql,"SELECT `message_id`,`to_account_id`,`from_char_name`,`read_flag`,`priority`,`check_flag` " "FROM `%s` WHERE `to_account_id` = \"%d\" ORDER by `message_id`", mail_db, sd->status.account_id); if (mysql_query(&mail_handle, tmp_msql)) { |