summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 22:08:05 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 22:08:05 +0300
commit042bbddb13934321dd1d44373eb1084732e81bee (patch)
tree8bbe1fb3a8c3cc56aec559d53faa278645a5a7ab /src/net/eathena/maphandler.h
parentd559a259e27a6011ab1d608a45443c8c9d310c4f (diff)
downloadplus-042bbddb13934321dd1d44373eb1084732e81bee.tar.gz
plus-042bbddb13934321dd1d44373eb1084732e81bee.tar.bz2
plus-042bbddb13934321dd1d44373eb1084732e81bee.tar.xz
plus-042bbddb13934321dd1d44373eb1084732e81bee.zip
eathena: add partial support for packet SMSG_INSTANCE_CREATE 0x02cc.
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 5d8985db5..5e60a5527 100644
--- a/src/net/eathena/maphandler.h
+++ b/src/net/eathena/maphandler.h
@@ -40,6 +40,8 @@ class MapHandler final : public MessageHandler, public Net::MapHandler
protected:
void processInstanceStart(Net::MessageIn &msg);
+
+ void processInstanceCreate(Net::MessageIn &msg);
};
} // namespace EAthena