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 5e60a5527..ddbf45d9a 100644
--- a/src/net/eathena/maphandler.h
+++ b/src/net/eathena/maphandler.h
@@ -42,6 +42,8 @@ class MapHandler final : public MessageHandler, public Net::MapHandler
void processInstanceStart(Net::MessageIn &msg);
void processInstanceCreate(Net::MessageIn &msg);
+
+ void processInstanceInfo(Net::MessageIn &msg);
};
} // namespace EAthena