diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/atcommand_athena.conf | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 2e5abc674..543d6dc47 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,4 +1,6 @@ Date Added +2009/1/5 + * Added @charcommands to return a list of available # commands [SketchyPhoenix] 2008/12/26 * Rev. 13444 Marked new Morroc fields as nomemo. [L0ne_W0lf] * Rev. 13415 Commented out maps no longer accessable with 12.1. [L0ne_W0lf] diff --git a/conf/atcommand_athena.conf b/conf/atcommand_athena.conf index 49526631c..04dbec4f2 100644 --- a/conf/atcommand_athena.conf +++ b/conf/atcommand_athena.conf @@ -52,6 +52,9 @@ char_symbol: # // Displays a list of @ commands available to the player. commands: 1,1 +// Displays a list of # commands available to the player. +charcommands: 1,1 + // Displays the server rates. rates: 1,1 |