summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-04 05:15:36 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-04 05:15:36 +0300
commit5586483c7912536a336cdd3e0a8dabf57e09def3 (patch)
tree8d6cd840857914e14e9d3429a24028a6887077a0 /src/map/packets.h
parent0622261073b6f4f0160cb0df150d3e07483d9b1b (diff)
downloadhercules-5586483c7912536a336cdd3e0a8dabf57e09def3.tar.gz
hercules-5586483c7912536a336cdd3e0a8dabf57e09def3.tar.bz2
hercules-5586483c7912536a336cdd3e0a8dabf57e09def3.tar.xz
hercules-5586483c7912536a336cdd3e0a8dabf57e09def3.zip
Add shuffle and non shuffle packets for 20180425 to 20180502.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index a723463b4..102daaf29 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -4096,4 +4096,13 @@ packet(0x96e,-1,clif->ackmergeitems);
#endif
#endif
+#ifdef PACKETVER_ZERO
+// 2018-04-25_3aRagexe_zero
+#if PACKETVER >= 20180425
+// new packets
+ packet(0x0afb,-1,clif->pDull/*,XXX*/);
+// changed packet sizes
+#endif
+#endif // PACKETVER_ZERO
+
#endif /* MAP_PACKETS_H */