diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-28 19:58:22 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-28 19:58:22 +0000 |
commit | 4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c (patch) | |
tree | cc8a45763c7e2afcf29dd4e90cd7baa741279d7d /conf-tmpl | |
parent | 06809df779882f87277a662cc8d64dc07c0561d5 (diff) | |
download | hercules-4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c.tar.gz hercules-4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c.tar.bz2 hercules-4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c.tar.xz hercules-4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c.zip |
Fix some file types
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@404 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/charcommand_athena.conf | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/conf-tmpl/charcommand_athena.conf b/conf-tmpl/charcommand_athena.conf index dceae69c3..17329c997 100644 --- a/conf-tmpl/charcommand_athena.conf +++ b/conf-tmpl/charcommand_athena.conf @@ -1,18 +1,18 @@ -// Athena charcommand Configuration file.
-// Translated by Peter Kieser <pfak@telus.net>
-
-// Set here the symbol that you want to use for your commands
-// Only 1 character is get (default is '#'). You can set any character,
-// except control-character (0x00-0x1f), '%' (party chat speaking) and '/' (standard ragnarok GM commands)
-// and '@' (Standard GM Commands)
-// With default character, all commands begin by a '#', example: #save SomePlayer
-command_symbol: #
-
-job: 60
-jobchange: 60
-petrename: 50
-petfriendly: 50
-stats: 40
-option: 60
-save: 60
-statsall: 40
+// Athena charcommand Configuration file. +// Translated by Peter Kieser <pfak@telus.net> + +// Set here the symbol that you want to use for your commands +// Only 1 character is get (default is '#'). You can set any character, +// except control-character (0x00-0x1f), '%' (party chat speaking) and '/' (standard ragnarok GM commands) +// and '@' (Standard GM Commands) +// With default character, all commands begin by a '#', example: #save SomePlayer +command_symbol: # + +job: 60 +jobchange: 60 +petrename: 50 +petfriendly: 50 +stats: 40 +option: 60 +save: 60 +statsall: 40 |