From 7aafe2aaa6706a396ce7dfd7b1f23f5e34b5b8ab Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 Nov 2016 04:46:34 +0300 Subject: Add packet 0x09dc into packets.h --- src/map/packets.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/map/packets.h') diff --git a/src/map/packets.h b/src/map/packets.h index a51124df6..51400a4bf 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -1942,6 +1942,13 @@ packet(0x96e,-1,clif->ackmergeitems); packet(0x0848,-1,clif->pCashShopBuy,2); #endif +// 2011-08-02aRagexe +#if PACKETVER >= 20110802 +// shuffle packets not added +// new packets + packet(0x09dc,2); // unknown +#endif + //2011-10-05aRagexeRE #if PACKETVER >= 20111005 packet(0x0364,5,clif->pWalkToXY,2); -- cgit v1.2.3-70-g09d2