diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-27 21:30:13 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-27 21:30:13 +0200 |
commit | d726bc8b839a90017cf08200b16e5a8f6ce20a1a (patch) | |
tree | a03108d336805e6dcd29518cbb3a61fa24b69309 /world | |
parent | 59fb6de64df79632f247a20f0e04a04fa21fa2d1 (diff) | |
download | serverdata-d726bc8b839a90017cf08200b16e5a8f6ce20a1a.tar.gz serverdata-d726bc8b839a90017cf08200b16e5a8f6ce20a1a.tar.bz2 serverdata-d726bc8b839a90017cf08200b16e5a8f6ce20a1a.tar.xz serverdata-d726bc8b839a90017cf08200b16e5a8f6ce20a1a.zip |
Changing configuration of online list to be displayed in alphabetical order instead of not ordered, which is practically by account id.
Diffstat (limited to 'world')
-rw-r--r-- | world/conf/char_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index 8ea1f99f..181a8a45 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -93,7 +93,7 @@ online_html_filename: online.html // 3: by their base level // 4: by their job (and job level inside the same job) // 5: by alphabetical order of their actual map location -online_sorting_option: 0 +online_sorting_option: 1 // Choose which columns that you want display in the online files. Do the addition of these values: // (if value is 0, no file is done) |