diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-20 03:38:47 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-20 03:38:47 +0000 |
commit | 0a4feb1f7d662faeefd1072d39530c2f610a3a1a (patch) | |
tree | b2a82245d6672ca1261efc076caf052bc62f726c /conf-tmpl/battle/client.conf | |
parent | 0f4b1a36a2552e62227ee1350e8034a8f122c028 (diff) | |
download | hercules-0a4feb1f7d662faeefd1072d39530c2f610a3a1a.tar.gz hercules-0a4feb1f7d662faeefd1072d39530c2f610a3a1a.tar.bz2 hercules-0a4feb1f7d662faeefd1072d39530c2f610a3a1a.tar.xz hercules-0a4feb1f7d662faeefd1072d39530c2f610a3a1a.zip |
* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, the latest packet version is now 22 instead of 21.
* Added a charserver config option for the character renaming flag, along with a detailed comment on what it's supposed to be. This eliminates all that "change PACKETVER to 8 and recompile" mess.
* Moved PACKETVER back to clif.h, cleaned the related code a bit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10888 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/client.conf')
-rw-r--r-- | conf-tmpl/battle/client.conf | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/conf-tmpl/battle/client.conf b/conf-tmpl/battle/client.conf index ca6ad6c95..3e6b72415 100644 --- a/conf-tmpl/battle/client.conf +++ b/conf-tmpl/battle/client.conf @@ -26,19 +26,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 -// 0x0001: Clients 2004-09-06aSakray and older (packet versions 4-9) +// 0x0001: Clients older than 2004-09-06aSakray (packet versions 5-9) // 0x0002: 2004-09-06aSakexe (version 10) -// 0x0004: 2004-09-21aSakray (version 11) -// 0x0008: 2004-10-11aSakexe (version 12) +// 0x0004: 2004-09-20aSakexe (version 11) +// 0x0008: 2004-10-05aSakexe (version 12) // 0x0010: 2004-10-25aSakexe (version 13) -// 0x0020: 2004-11-01aSakexe (version 14) -// 0x0040: 2004-12-06aSakexe (version 15) -// 0x0080: 2005-01-10aSakexe (version 16) -// 0x0100: 2005-05-09aSakexe (version 17) -// 0x0200: 2005-06-28aSakexe (version 18) -// 0x0400: 2006-04-03aSakexe (version 19) -// 0x0800: 2007-01-08aSakexe (version 20) -// 0x1000: 2007-02-12aSakexe (version 21) +// 0x0020: 2004-11-29aSakexe (version 14) +// 0x0040: 2005-01-10bSakexe (version 15) +// 0x0080: 2005-05-09aSakexe (version 16) +// 0x0100: 2005-06-28aSakexe (version 17) +// 0x0200: 2005-07-18aSakexe (version 18) +// 0x0400: 2005-07-19bSakexe (version 19) +// 0x0800: 2006-03-27aSakexe (version 20) +// 0x1000: 2007-01-08aSakexe (version 21) +// 0x2000: 2007-02-12aSakexe (version 22) // default value: 0xFFFF (all clients) packet_ver_flag: 0xFFFF |