summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-18 02:45:30 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-18 02:45:30 +0300
commitdb7802ef30f09ffdc391e612831d91134672ab99 (patch)
tree6e3af65b84a04f957048c4ac108a2f9127670007 /src/map/packets.h
parent4f31905991f26759e47c4eac15e1c9d89182da5e (diff)
downloadhercules-db7802ef30f09ffdc391e612831d91134672ab99.tar.gz
hercules-db7802ef30f09ffdc391e612831d91134672ab99.tar.bz2
hercules-db7802ef30f09ffdc391e612831d91134672ab99.tar.xz
hercules-db7802ef30f09ffdc391e612831d91134672ab99.zip
Add non shuffle packets for 2013-07-17cRagexe.
Change one packet added in previous commits. Move one packet from future version to this.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 65908219c..22e280a0e 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2651,6 +2651,15 @@ packet(0x96e,-1,clif->ackmergeitems);
// changed packet sizes
#endif
+// 2013-07-17cRagexe
+#if PACKETVER >= 20130717
+// new packets
+ packet(0x09cb,17); // ZC_USE_SKILL2
+ packet(0x09cc,-1); // ZC_SECRETSCAN_DATA
+// changed packet sizes
+ packet(0x09c1,10); // ZC_C_MARKERINFO
+#endif
+
//2013-08-07Ragexe (Shakto)
#if PACKETVER >= 20130807
packet(0x0369,7,clif->pActionRequest,2,6);
@@ -2803,7 +2812,6 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x08A4,36,clif->pStoragePassword,0);
packet(0x0363,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK
- packet(0x09cb,17);
#endif
// 2013-12-30aRagexe - Yommy