summaryrefslogtreecommitdiff
path: root/src/net/eathena/itemhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-16 20:59:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-16 20:59:21 +0300
commit2b498808d000346d2310d0a5a1906eadf98cf2ce (patch)
treed98cfc196433de4807e19333c810f518436acd18 /src/net/eathena/itemhandler.h
parent3242aa80fbee19eb421ace68d1c3c69e4fc777e6 (diff)
downloadplus-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/itemhandler.h')
-rw-r--r--src/net/eathena/itemhandler.h2
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);