summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-18 02:39:32 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-18 02:39:32 +0300
commita61126d8bd0e5426078cbb99707ca969ba7eafc4 (patch)
tree3679c596c629f7bb54714e15e00f81bf3ec1de8e /src
parentaf11a4ed9636b32100c5faedc748587c71087232 (diff)
downloadhercules-a61126d8bd0e5426078cbb99707ca969ba7eafc4.tar.gz
hercules-a61126d8bd0e5426078cbb99707ca969ba7eafc4.tar.bz2
hercules-a61126d8bd0e5426078cbb99707ca969ba7eafc4.tar.xz
hercules-a61126d8bd0e5426078cbb99707ca969ba7eafc4.zip
Add new non shuffle packets for 2013-05-29Ragexe.
Diffstat (limited to 'src')
-rw-r--r--src/map/packets.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 3c39e85ec..66c9667b1 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2631,6 +2631,13 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x09aa,16); // ZC_ACK_BANKING_WITHDRAW
#endif
+// 2013-05-29Ragexe
+#if PACKETVER >= 20130529
+// new packets
+ packet(0x09c3,8,clif->pDull/*,XXX*/); // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+// changed packet sizes
+#endif
+
//2013-08-07Ragexe (Shakto)
#if PACKETVER >= 20130807
packet(0x0369,7,clif->pActionRequest,2,6);