summaryrefslogtreecommitdiff
path: root/src/map/intif.c
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-11 22:15:23 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-11 22:15:23 +0000
commite6006074a659d328f7fa30df61e7298c6125691c (patch)
treedabf3cb24c92136fdaaaf02be04c27f599e31a28 /src/map/intif.c
parentd3f9255b3d67e570a7784b44b151ed15198425ee (diff)
downloadhercules-e6006074a659d328f7fa30df61e7298c6125691c.tar.gz
hercules-e6006074a659d328f7fa30df61e7298c6125691c.tar.bz2
hercules-e6006074a659d328f7fa30df61e7298c6125691c.tar.xz
hercules-e6006074a659d328f7fa30df61e7298c6125691c.zip
Removed a few out of date messages from msg_athena, and updated some others.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13204 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.c')
-rw-r--r--src/map/intif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/intif.c b/src/map/intif.c
index 3fccef4e9..6ad29368e 100644
--- a/src/map/intif.c
+++ b/src/map/intif.c
@@ -1444,13 +1444,13 @@ int intif_parse_Mail_inboxreceived(int fd)
else
{
char output[128];
- sprintf(output, "You have %d new emails (%d unread)", sd->mail.inbox.unchecked, sd->mail.inbox.unread + sd->mail.inbox.unchecked);
+ sprintf(output, msg_txt(510), sd->mail.inbox.unchecked, sd->mail.inbox.unread + sd->mail.inbox.unchecked);
clif_disp_onlyself(sd, output, strlen(output));
}
return 0;
}
/*------------------------------------------
- * Mail Readed
+ * Mail Read
*------------------------------------------*/
int intif_Mail_read(int mail_id)
{