diff options
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index edcac67e4..65908219c 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2644,6 +2644,13 @@ packet(0x96e,-1,clif->ackmergeitems); packet(0x09c4,8); // ZC_ACK_COUNT_BARGAIN_SALE_ITEM #endif +// 2013-06-18aRagexe +#if PACKETVER >= 20130618 +// new packets + packet(0x09ca,23); // ZC_SKILL_ENTRY5 +// changed packet sizes +#endif + //2013-08-07Ragexe (Shakto) #if PACKETVER >= 20130807 packet(0x0369,7,clif->pActionRequest,2,6); |