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/itemhandler.h | |
parent | 3242aa80fbee19eb421ace68d1c3c69e4fc777e6 (diff) | |
download | mv-2b498808d000346d2310d0a5a1906eadf98cf2ce.tar.gz mv-2b498808d000346d2310d0a5a1906eadf98cf2ce.tar.bz2 mv-2b498808d000346d2310d0a5a1906eadf98cf2ce.tar.xz mv-2b498808d000346d2310d0a5a1906eadf98cf2ce.zip |
Add packet SMSG_ITEM_DROPPED2 0x0b19.
Diffstat (limited to 'src/net/eathena/itemhandler.h')
-rw-r--r-- | src/net/eathena/itemhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/itemhandler.h b/src/net/eathena/itemhandler.h index f7029e1d0..194b29273 100644 --- a/src/net/eathena/itemhandler.h +++ b/src/net/eathena/itemhandler.h @@ -42,6 +42,8 @@ class ItemHandler final : public MessageHandler, public Ea::ItemHandler protected: static void processItemDropped(Net::MessageIn &msg); + static void processItemDropped2(Net::MessageIn &msg); + static void processGraffiti(Net::MessageIn &msg); static void processItemMvpDropped(Net::MessageIn &msg); |