From 689ff4485443705d31f896d057e2cc6701f7b612 Mon Sep 17 00:00:00 2001 From: celest Date: Tue, 11 Jan 2005 10:57:57 +0000 Subject: * 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 --- conf-tmpl/battle_athena.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'conf-tmpl/battle_athena.conf') 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 -- cgit v1.2.3-70-g09d2