summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.h
diff options
context:
space:
mode:
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