diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-23 11:03:24 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-23 11:03:24 +0000 |
commit | 622cbd34124a14bcd27d105d51dcf350e4fda391 (patch) | |
tree | f30b079f912dd0c0daea89ba2261b9438a312fe8 /Changelog-Trunk.txt | |
parent | e587817fecb3f48825ab6c34e3530fdbecb1f5bc (diff) | |
download | hercules-622cbd34124a14bcd27d105d51dcf350e4fda391.tar.gz hercules-622cbd34124a14bcd27d105d51dcf350e4fda391.tar.bz2 hercules-622cbd34124a14bcd27d105d51dcf350e4fda391.tar.xz hercules-622cbd34124a14bcd27d105d51dcf350e4fda391.zip |
* Revised packets related to auction system.
- Added packet documentation and corrected existing one.
- Removed an impossible condition in clif_parse_Auction_setitem (since r12301).
- Updated backet db definitions and removed a duplicate entry (entries from older packet versions carry over to newer).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14981 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 399ec8634..69af3394f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,10 @@ Date Added +2011/10/23 + * Revised packets related to auction system. [Ai4rei] + - Added packet documentation and corrected existing one. + - Removed an impossible condition in clif_parse_Auction_setitem (since r12301). + - Updated backet db definitions and removed a duplicate entry (entries from older packet versions carry over to newer). 2011/10/17 * Remove 'hack code' in party_member_added causing crashes since r14968. (bugreport:5069) [FlavioJS] 2011/10/16 |