diff options
-rw-r--r-- | Changelog.txt | 5 | ||||
-rw-r--r-- | conf-tmpl/charcommand_athena.conf | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt index 8cfda09e4..ef8c8d67a 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,9 @@ Date Added +12/29 + * Uncommented out import in charcommand_athena.conf, there is + need to have it commented (all the others ones are + uncommented) [Ajarn] + 12/28 * When restarting the char-server, reset the online status of all characters and guild-members (SVN 849) [MouseJstr] diff --git a/conf-tmpl/charcommand_athena.conf b/conf-tmpl/charcommand_athena.conf index 8f596860a..9ef9a988a 100644 --- a/conf-tmpl/charcommand_athena.conf +++ b/conf-tmpl/charcommand_athena.conf @@ -24,4 +24,4 @@ job: 60 jobchange: 60 charzeny: 60 -//import: conf/import/charcommand_conf.txt +import: conf/import/charcommand_conf.txt |