summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-18 02:50:21 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-18 02:50:21 +0300
commit3adb4b03d5f81f4079a2bb5f2822fedb6f370cdb (patch)
treefc31549712c6638db28cb2ab1c8d4ea01d140c43 /src/map/packets.h
parentee779e6f44fda85fc683c6b1d953ee7a27bbbb23 (diff)
downloadhercules-3adb4b03d5f81f4079a2bb5f2822fedb6f370cdb.tar.gz
hercules-3adb4b03d5f81f4079a2bb5f2822fedb6f370cdb.tar.bz2
hercules-3adb4b03d5f81f4079a2bb5f2822fedb6f370cdb.tar.xz
hercules-3adb4b03d5f81f4079a2bb5f2822fedb6f370cdb.zip
Add non shuffle packets for 2013-08-14aRagexe.
Move one packet from future to this version.
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 e4883db3b..d25c392d6 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2741,6 +2741,15 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0896,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
#endif
+// 2013-08-14aRagexe
+#if PACKETVER >= 20130814
+// new packets
+ packet(0x09ce,102,clif->pGM_Monster_Item,2); // CZ_ITEM_CREATE_EX
+ packet(0x09cf,-1); // ZC_NPROTECTGAMEGUARDCSAUTH
+ packet(0x09d0,-1,clif->pDull/*,XXX*/); // CZ_NPROTECTGAMEGUARDCSAUTH
+// changed packet sizes
+#endif
+
// 2013-10-30aRagexe
#if PACKETVER >= 20131030
// new packets
@@ -2782,7 +2791,6 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x087b,4,clif->pDull); // CZ_GANGSI_RANK
/* New */
packet(0x09d4,2,clif->pNPCShopClosed);
- packet(0x09ce,102,clif->pGM_Monster_Item,2);
/* NPC Market */
packet(0x09d8,2,clif->pNPCMarketClosed);
packet(0x09d6,-1,clif->pNPCMarketPurchase);