diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 17:51:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 17:51:16 +0300 |
commit | 26487f01c0f6367e6405c277b3b23b6351981b75 (patch) | |
tree | 4a727ef5781a09b513a55ebef8063a6aca00c694 /src/net/eathena/protocol.h | |
parent | 4688d64d9881d296193b03d3dd6f5a7305bbf3a7 (diff) | |
download | manaplus-26487f01c0f6367e6405c277b3b23b6351981b75.tar.gz manaplus-26487f01c0f6367e6405c277b3b23b6351981b75.tar.bz2 manaplus-26487f01c0f6367e6405c277b3b23b6351981b75.tar.xz manaplus-26487f01c0f6367e6405c277b3b23b6351981b75.zip |
eathena: add partial support for packet SMSG_ITEM_MVP_DROPPED 0x07fd.
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 4480adf35..0f3e2b8a4 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -134,6 +134,7 @@ #define SMSG_ITEM_VISIBLE 0x009d /**< An item is on the floor */ #define SMSG_GRAFFITI_VISIBLE 0x01c9 #define SMSG_ITEM_DROPPED 0x084b /**< An item is dropped */ +#define SMSG_ITEM_MVP_DROPPED 0x07fd #define SMSG_ITEM_REMOVE 0x00a1 /**< An item disappers */ #define SMSG_BEING_VISIBLE 0x0915 #define SMSG_BEING_FAKE_NAME 0x0078 |