From 1197558778704f21e962aaadcae6c8d09dc7f9b5 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 15 Mar 2006 18:33:32 +0000 Subject: - Removed the hardcoded duration of 30seconds for sleep. - Fixed rangecheck for pet skill usage of INF_SELF_SKILL - Removed inall/exall from atcommand.conf since those two do not exist! (pointed out by Ancyker) - @me now uses entry 270 in msg_athena as output format. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5615 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index a9f3ccef2..4bc9d5ec5 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -9700,7 +9700,7 @@ int atcommand_me( } sscanf(message, "%199[^\n]", tempmes); - sprintf(atcmd_output, "* %s %s *", sd->status.name, tempmes); + sprintf(atcmd_output, msg_txt(270), sd->status.name, tempmes); clif_disp_overhead(sd, atcmd_output); return 0; -- cgit v1.2.3-70-g09d2