diff options
author | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-04 12:56:55 +0000 |
---|---|---|
committer | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-04 12:56:55 +0000 |
commit | c0e60cb108b822a1150bf7b84c51bf5f0a9cea66 (patch) | |
tree | 7459f9d11bfa0074273872629473db10050b67d8 /conf | |
parent | 787b39e46bba9241b5f6e756d82580c26b289ee8 (diff) | |
download | hercules-c0e60cb108b822a1150bf7b84c51bf5f0a9cea66.tar.gz hercules-c0e60cb108b822a1150bf7b84c51bf5f0a9cea66.tar.bz2 hercules-c0e60cb108b822a1150bf7b84c51bf5f0a9cea66.tar.xz hercules-c0e60cb108b822a1150bf7b84c51bf5f0a9cea66.zip |
* Updated: added info about latest packet_ver flag in client.conf (bugreport:2415) [akrus]
( wheee~ hope I'll have time now to commit several fixes, kisses to everyone in IRC :P )
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13352 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/battle/client.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 5ceb54a0f..6c5407c69 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2008/11/04 + * Updated: added info about latest packet_ver flag in client.conf (bugreport:2415) [akrus] 2008/10/06 * Rev. 13264 Changed exp_calc_type to 1, as type 0 seems to be based off old rumour, and to compliment the update to mob_revive. [L0ne_W0lf] 2008/10/02 diff --git a/conf/battle/client.conf b/conf/battle/client.conf index ed4646fcb..ce7141c16 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -36,6 +36,7 @@ // 0x0800: 2006-03-27aSakexe (version 20) // 0x1000: 2007-01-08aSakexe (version 21) // 0x2000: 2007-02-12aSakexe (version 22) +// 0x4000: 2008-09-10aSakexe (version 23) // default value: 0xFFFF (all clients) packet_ver_flag: 0xFFFF |