diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-11 10:57:57 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-11 10:57:57 +0000 |
commit | 689ff4485443705d31f896d057e2cc6701f7b612 (patch) | |
tree | 2f3fbe798046690cb0b2ffdf35602904ab9fed5c /conf-tmpl | |
parent | 39d93057ef2dc8b08f9036e7bfb845ce2b5e0074 (diff) | |
download | hercules-689ff4485443705d31f896d057e2cc6701f7b612.tar.gz hercules-689ff4485443705d31f896d057e2cc6701f7b612.tar.bz2 hercules-689ff4485443705d31f896d057e2cc6701f7b612.tar.xz hercules-689ff4485443705d31f896d057e2cc6701f7b612.zip |
* Added support for 2005-01-10Sakexe
* Updated packet functions for 2004-11-08 and 2004-12-06
* REMOVED support for clients before packet version 10
* Added a check to prevent crashing when trying to log in with 2005-01-10aSakexe in servers that don't support it
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@951 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index 42ae8e306..9f7bd11a8 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -766,17 +766,17 @@ hack_info_GM_level: 60 any_warp_GM_min_level: 20 // Set here which client version do you accept. Add all values of clients: -// 1: Clients before 2004-07-06 (old clients) -// 2: 2004-07-06 kRO client -// 4: 2004-07-13 kRO client -// 8: 2004-07-26 kRO client -// 16: 2004-08-09 kRO / 2004-08-16aSakray / 2004-08-17aSakray client -// 32: 2004-09-06aSakray client -// 64: 2004-09-21aSakray Client -// 128: 2004-10-18bSakexe Client -// 256: 2004-10-25aSakexe Client -// default value: 511 (all clients) -packet_ver_flag: 511 +// 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 // Allow GMs to mute players or not? muting_players: no |