diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-17 02:24:05 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-17 02:24:05 +0000 |
commit | 8c22ebeeb13def8fa836756fe5ef6f95943068b9 (patch) | |
tree | 9ac705c0bba6147337cfa86647cc2f6093c5320c | |
parent | 919fba4e60e63736a65a31db07550b9f33973088 (diff) | |
download | hercules-8c22ebeeb13def8fa836756fe5ef6f95943068b9.tar.gz hercules-8c22ebeeb13def8fa836756fe5ef6f95943068b9.tar.bz2 hercules-8c22ebeeb13def8fa836756fe5ef6f95943068b9.tar.xz hercules-8c22ebeeb13def8fa836756fe5ef6f95943068b9.zip |
* Added clearweather to the atcommand configuration file.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@589 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 4aecde3cd..0c8782821 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,6 @@ Date Added +12/17 + * Added clearweather to the atcommand configuration file. [nsstrunks] 12/16 * Added a fix for AFM loading, thanks to Pete [celest] * Updated maximum levels for supernovice to 99 [celest] diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index 14be12248..cb2121245 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -604,6 +604,9 @@ sakura: 99 leaves:99 +// Stop all weather effects +clearweather: 99 + //--------------------------------------------------------------- // 0: Mail System - SQL Only commands - Must be enabled |