summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-10 22:23:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-10 22:23:42 +0300
commit0b47807d75fe6c1c95d7b5e44272c55672ef6cfb (patch)
tree41d94f716e2d9a1f929e334a0d373c8635d0287c /src/net/eathena/chathandler.h
parentacaaee81e79dfca6991636233bcaa4ee7994da93 (diff)
downloadplus-0b47807d75fe6c1c95d7b5e44272c55672ef6cfb.tar.gz
plus-0b47807d75fe6c1c95d7b5e44272c55672ef6cfb.tar.bz2
plus-0b47807d75fe6c1c95d7b5e44272c55672ef6cfb.tar.xz
plus-0b47807d75fe6c1c95d7b5e44272c55672ef6cfb.zip
eathena: add partial support for packet SMSG_MVP_NO_ITEM 0x010d.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r--src/net/eathena/chathandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h
index e2ccb960d..92b4f73bd 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/chathandler.h
@@ -143,6 +143,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
static void processMVPItem(Net::MessageIn &msg);
static void processMVPExp(Net::MessageIn &msg);
+
+ static void processMVPNoItem(Net::MessageIn &msg);
};
} // namespace EAthena