diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-04-23 13:19:25 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-04-23 13:19:25 +0000 |
commit | 6da12760fbcc987747c97f70521bd9add2e0060f (patch) | |
tree | d6d4cea55b87e9b596e38b3b8d34e7ad03733258 /Changelog-Trunk.txt | |
parent | b7bf8d95500877427f62ec5fceb109bc0faaa82f (diff) | |
download | hercules-6da12760fbcc987747c97f70521bd9add2e0060f.tar.gz hercules-6da12760fbcc987747c97f70521bd9add2e0060f.tar.bz2 hercules-6da12760fbcc987747c97f70521bd9add2e0060f.tar.xz hercules-6da12760fbcc987747c97f70521bd9add2e0060f.zip |
Merged a few updates for supporting renewal clients (thanks to Diablo): [Skotlex]
- Updated packet_db entries
- Added slot info on packet 0x6b (PACKETVER > 20100413)
- Trade add-item use packet 0x80f (PACKETVER > 20100223)
- Guild storage add-item use packet 0x1c4 (PACKETVER > 20090603)
- Vending list use packet 0x800 (PACKETVER > 20100105)
- Allow client to change item-share party settings (PACKETVER > 20090603)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14286 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9b105bee7..9e185f3f5 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2010/04/23 + * Merged a few updates for supporting renewal clients (thanks to Diablo): [Skotlex] + - Updated packets for char-select screen, trade item add, guild storage item add, vending list. + - Allow client to change item-share party settings 2010/04/12 * Fixed SuccessRemoveCards removing Armor Enchant. (bugreport:4014) [Inkfish] 2010/03/31 |