diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-25 15:43:48 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-25 15:43:48 +0000 |
commit | 6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04 (patch) | |
tree | 06deda066b55ec24e23ee5be03e8a7c2251ceb48 /conf-tmpl | |
parent | b2f9f553b6631d2efcad3acbc051ef88e1f3832a (diff) | |
download | hercules-6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04.tar.gz hercules-6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04.tar.bz2 hercules-6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04.tar.xz hercules-6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@991 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index 35b20f7d9..3b2b93c94 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -772,15 +772,16 @@ any_warp_GM_min_level: 20 // Set here which client version do you accept. Add all values of clients: // Clients older than accepted versions, and versions not set to 'accepted' // here will be rejected when logging in -// 1: 2004-09-06aSakray client -// 2: 2004-09-21aSakray Client -// 4: 2004-10-18bSakexe Client -// 8: 2004-10-25aSakexe Client -// 16: 2004-11-01aSakexe Client -// 32: 2004-12-06aSakexe Client -// 64: 2005-01-10aSakexe Client -// default value: 127 (all clients) -packet_ver_flag: 127 +// 1: Clients older than 2004-09-06aSakray +// 2: 2004-09-06aSakray client +// 4: 2004-09-21aSakray Client +// 8: 2004-10-18bSakexe Client +// 16: 2004-10-25aSakexe Client +// 32: 2004-11-01aSakexe Client +// 64: 2004-12-06aSakexe Client +// 128: 2005-01-10aSakexe Client +// default value: 255 (all clients) +packet_ver_flag: 255 // Allow GMs to mute players or not? muting_players: no |