summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-18 03:44:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-18 03:44:42 +0300
commitc4562ce482bad3c94c7b03406fe5bade94901d75 (patch)
tree3083100a5e3973e19e131c10608021a4826efc17 /src/map/packets.h
parent4adb829bca410af76752d33264840101a25410e2 (diff)
downloadhercules-c4562ce482bad3c94c7b03406fe5bade94901d75.tar.gz
hercules-c4562ce482bad3c94c7b03406fe5bade94901d75.tar.bz2
hercules-c4562ce482bad3c94c7b03406fe5bade94901d75.tar.xz
hercules-c4562ce482bad3c94c7b03406fe5bade94901d75.zip
Add non shuffle packets for 2013-12-23bRagexe.
Change packets added in previous commits.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 8122e89a1..6ae6f37ba 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2944,6 +2944,14 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK
#endif
+// 2013-12-23bRagexe
+#if PACKETVER >= 20131223
+// new packets
+// changed packet sizes
+ packet(0x09ea,11,clif->pDull/*,XXX*/); // CZ_REQ_READ_RODEX
+ packet(0x09eb,24); // ZC_ACK_READ_RODEX
+#endif
+
// 2013-12-30aRagexe - Yommy
#if PACKETVER >= 20131230
packet(0x0871,7,clif->pActionRequest,2,6);