From 2b498808d000346d2310d0a5a1906eadf98cf2ce Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 16 Aug 2015 20:59:21 +0300 Subject: Add packet SMSG_ITEM_DROPPED2 0x0b19. --- src/net/eathena/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 562ae4d06..1f3be9ef0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -143,6 +143,7 @@ packet(SMSG_ITEM_VISIBLE, 0x009d); /**< An item is on the floor */ packet(SMSG_ITEM_VISIBLE2, 0x0b18); packet(SMSG_GRAFFITI_VISIBLE, 0x01c9); packet(SMSG_ITEM_DROPPED, 0x084b); /**< An item is dropped */ +packet(SMSG_ITEM_DROPPED2, 0x0b19); packet(SMSG_ITEM_MVP_DROPPED, 0x07fd); packet(SMSG_ITEM_REMOVE, 0x00a1); /**< An item disappers */ packet(SMSG_BEING_VISIBLE, 0x0915); -- cgit v1.2.3-70-g09d2