summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-18 03:38:04 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-18 03:38:04 +0300
commit98b6ee27caaa009631bf1a6760c168be37c91fd6 (patch)
tree8a87845b7ce337494dfbb3f1ee74a4153805e05a /src/map/packets.h
parentce8ea63aee620303a6b10a7df9accb569c0b496f (diff)
downloadhercules-98b6ee27caaa009631bf1a6760c168be37c91fd6.tar.gz
hercules-98b6ee27caaa009631bf1a6760c168be37c91fd6.tar.bz2
hercules-98b6ee27caaa009631bf1a6760c168be37c91fd6.tar.xz
hercules-98b6ee27caaa009631bf1a6760c168be37c91fd6.zip
Add non shuffle packets for 2013-11-27bRagexe.
Change packets from previous commit. Move packets from future version to this version.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 144e57680..63337d4c3 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2845,6 +2845,14 @@ packet(0x96e,-1,clif->ackmergeitems);
// changed packet sizes
#endif
+// 2013-11-27bRagexe
+#if PACKETVER >= 20131127
+// new packets
+// changed packet sizes
+ packet(0x09e5,18); // ZC_DELETEITEM_FROM_MCSTORE2
+ packet(0x09e6,22); // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+#endif
+
// 2013-12-18bRagexe - Yommy
#if PACKETVER >= 20131218
packet(0x0369,7,clif->pActionRequest,2,6);
@@ -3424,8 +3432,6 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0936,36,clif->pStoragePassword,0);
packet(0x0363,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
packet(0x0922,4,clif->pDull); // CZ_GANGSI_RANK
- packet(0x09e5,18); // ZC_DELETEITEM_FROM_MCSTORE2
- packet(0x09e6,22); // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
#endif
// 2014-10-22bRagexe - YomRawr