summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-01 22:35:39 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-02 21:34:35 +0300
commit4be92368280e776252c81f1cea18ff48fe6581e4 (patch)
treea32ef26254168314b8bd2870a7b77c675e24fa76
parent67ec61e2e9e7b6a43219d8b5302c5a25bcfc2344 (diff)
downloadhercules-4be92368280e776252c81f1cea18ff48fe6581e4.tar.gz
hercules-4be92368280e776252c81f1cea18ff48fe6581e4.tar.bz2
hercules-4be92368280e776252c81f1cea18ff48fe6581e4.tar.xz
hercules-4be92368280e776252c81f1cea18ff48fe6581e4.zip
Add non shuffle packets for kro zero clients (only in packets.h)
-rw-r--r--src/map/packets.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 0610355ee..5673af679 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -3835,12 +3835,33 @@ packet(0x96e,-1,clif->ackmergeitems);
// changed packet sizes
#endif
+#ifdef PACKETVER_ZERO
+// 2017-10-25bRagexe_zero
+#if PACKETVER >= 20171025
+// new packets
+ packet(0x0ae1,28);
+#endif
+#endif // PACKETVER_ZERO
+
// 2017-11-01bRagexeRE
#if PACKETVER >= 20171101
// new packets
packet(0x0ae1,28);
#endif
+#ifdef PACKETVER_ZERO
+// 2017-11-09aRagexe
+#if PACKETVER >= 20171109
+// new packets
+ packet(0x0ae2,7);
+#endif
+// 2017-11-13aRagexe
+#if PACKETVER >= 20171113
+// changed packet sizes
+ packet(0x0acf,68);
+#endif
+#endif // PACKETVER_ZERO
+
// 2017-11-15aRagexeRE
#if PACKETVER >= 20171115
// new packets
@@ -3849,4 +3870,20 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0acf,68);
#endif
+#ifdef PACKETVER_ZERO
+// 2017-11-23dRagexe
+#if PACKETVER >= 20171123
+// new packets
+ packet(0x0ae3,-1);
+#endif
+
+// 2017-11-30bRagexe
+#if PACKETVER >= 20171130
+// new packets
+ packet(0x0ae4,89);
+ packet(0x0ae5,-1);
+// changed packet sizes
+#endif
+#endif // PACKETVER_ZERO
+
#endif /* MAP_PACKETS_H */