From 4cbad25cc0fb6dea1fd37b054f86f02673836030 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 Nov 2016 03:51:27 +0300 Subject: [PATCH] Add packets 0x2f3-0x2f6 into packets.h --- src/map/packets.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/map/packets.h b/src/map/packets.h index 9035b5501f5..2b2b2a82049 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -1891,6 +1891,16 @@ packet(0x96e,-1,clif->ackmergeitems); packet(0x08b6,3); // ZC_TRYCOLLECTION #endif +// 2011-01-31aRagexe +#if PACKETVER >= 20110131 +// shuffle packets not added +// new packets + packet(0x02f3,-1,clif->pDull); // CZ_IRMAIL_SEND + packet(0x02f4,3); // ZC_IRMAIL_SEND_RES + packet(0x02f5,7); // ZC_IRMAIL_NOTIFY + packet(0x02f6,7,clif->pDull,2); // CZ_IRMAIL_LIST +#endif + //2011-07-18aRagexe (Thanks to Yommy!) #if PACKETVER >= 20110718 packet(0x0844,2,clif->pCashShopOpen,2);/* tell server cashshop window is being open */