diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-16 20:59:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-16 20:59:21 +0300 |
commit | 2b498808d000346d2310d0a5a1906eadf98cf2ce (patch) | |
tree | d98cfc196433de4807e19333c810f518436acd18 /src/net/eathena/protocol.h | |
parent | 3242aa80fbee19eb421ace68d1c3c69e4fc777e6 (diff) | |
download | plus-2b498808d000346d2310d0a5a1906eadf98cf2ce.tar.gz plus-2b498808d000346d2310d0a5a1906eadf98cf2ce.tar.bz2 plus-2b498808d000346d2310d0a5a1906eadf98cf2ce.tar.xz plus-2b498808d000346d2310d0a5a1906eadf98cf2ce.zip |
Add packet SMSG_ITEM_DROPPED2 0x0b19.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |