summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 23:02:28 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 23:02:28 +0300
commit8f3d15a15e53ddda5930e0a10e17e19d85141ccb (patch)
tree83d7e7890c2389ca42147f52df81212b05569aa5 /src/net/eathena/maphandler.h
parentd6c67b73a497d16ac26badd49d6ef3e3a89823db (diff)
downloadplus-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.tar.gz
plus-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.tar.bz2
plus-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.tar.xz
plus-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.zip
eathena: add partial support for packet SMSG_INSTANCE_DELETE 0x02ce.
Diffstat (limited to 'src/net/eathena/maphandler.h')
-rw-r--r--src/net/eathena/maphandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/maphandler.h b/src/net/eathena/maphandler.h
index ddbf45d9a..9b5499bf3 100644
--- a/src/net/eathena/maphandler.h
+++ b/src/net/eathena/maphandler.h
@@ -44,6 +44,8 @@ class MapHandler final : public MessageHandler, public Net::MapHandler
void processInstanceCreate(Net::MessageIn &msg);
void processInstanceInfo(Net::MessageIn &msg);
+
+ void processInstanceDelete(Net::MessageIn &msg);
};
} // namespace EAthena