diff options
author | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-21 18:37:35 +0000 |
---|---|---|
committer | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-21 18:37:35 +0000 |
commit | 0988a4623402706dced4808b565702135d7e963f (patch) | |
tree | ddb256d4a586e081b317538095ed7308695ee389 /conf-tmpl | |
parent | a102b2dffb9365116701f99c0dcc486a74cbc073 (diff) | |
download | hercules-0988a4623402706dced4808b565702135d7e963f.tar.gz hercules-0988a4623402706dced4808b565702135d7e963f.tar.bz2 hercules-0988a4623402706dced4808b565702135d7e963f.tar.xz hercules-0988a4623402706dced4808b565702135d7e963f.zip |
- Fix to prevent using main chat when it disabled in atcommand_athena.
- Fixed message codes in duel functions.
- Small fix in log_refine, incorrect compare expression.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5358 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/msg_athena.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf-tmpl/msg_athena.conf b/conf-tmpl/msg_athena.conf index e86f59a95..6099df769 100644 --- a/conf-tmpl/msg_athena.conf +++ b/conf-tmpl/msg_athena.conf @@ -360,6 +360,7 @@ 385: Main chat is currently disabled. Usage: @main <on|off>, @main <message>.
386: Main@%s: %s
387: You cannot use Main chat while muted.
+388: You should enable main chat with "@main on" command.
// Messages of others (not for GM commands)
// ----------------------------------------
|