diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-07 14:14:30 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-07 14:14:30 +0000 |
commit | 110b5e6c908fb2e7187b60812f55076adb0434fc (patch) | |
tree | a44b9a7c91c44c4cdac06051c26e04471dd465f9 /db/packet_db.txt | |
parent | 93b84b9cb16fb9335269bf486cc4c1f9105b9cd6 (diff) | |
download | hercules-110b5e6c908fb2e7187b60812f55076adb0434fc.tar.gz hercules-110b5e6c908fb2e7187b60812f55076adb0434fc.tar.bz2 hercules-110b5e6c908fb2e7187b60812f55076adb0434fc.tar.xz hercules-110b5e6c908fb2e7187b60812f55076adb0434fc.zip |
* Throwing around with packet updates.
- Clarified the description for role-change chatroom packets 0xe0 (CZ_REQ_ROLE_CHANGE) and 0xe1 (ZC_ROLE_CHANGE).
- Fixed auction window opening packet 0x25f (ZC_AUCTION_WINDOWS) had also a close button packet attached (since r12270).
- Fixed auction search results packet 0x252 (ZC_AUCTION_ITEM_REQ_SEARCH) obtaining only a WFIFO buffer of 20 bytes, regardless of the amount of results (since r12301).
- Fixed auction search result item type was .W instead of .L, which also eliminates the unknown field after it (since r12301).
- Fixed an odd packet in clif_Auction_close, which is supposed to have layout of 0x25e, while using 0x25d as packet type (since r12323).
- Resolved unconfirmed fields in clif_party_show_picker (follow up to r13987).
- Updated packet layouts for auction in packet_db.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14777 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/packet_db.txt')
-rw-r--r-- | db/packet_db.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/packet_db.txt b/db/packet_db.txt index f1f1af53c..a3f91ee78 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -767,7 +767,7 @@ packet_ver: 18 0x0248,68 0x0249,3 0x024a,70 -0x024b,4,auctioncancelreg,0 +0x024b,4,auctioncancelreg,2 0x024c,8,auctionsetitem,0 0x024d,14 0x024e,6,auctioncancel,0 @@ -799,7 +799,7 @@ packet_ver: 19 0x0251,4 //2005-08-08aSakexe -0x024d,12,auctionregister,0 +0x024d,12,auctionregister,2:6:10 0x024e,4 //2005-08-17aSakexe @@ -830,7 +830,7 @@ packet_ver: 19 //2005-10-17aSakexe 0x007a,58 -0x025d,6,auctionclose,0 +0x025d,6,auctionclose,2 0x025e,4 //2005-10-24aSakexe |