summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/maphandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwserv/maphandler.cpp')
-rw-r--r--src/net/tmwserv/maphandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwserv/maphandler.cpp b/src/net/tmwserv/maphandler.cpp
index ff47c1a7..400188bf 100644
--- a/src/net/tmwserv/maphandler.cpp
+++ b/src/net/tmwserv/maphandler.cpp
@@ -27,11 +27,16 @@ namespace TmwServ {
MapHandler::MapHandler()
{
+ static const Uint16 _messages[] = {
+ 0
+ };
+ handledMessages = _messages;
mapHandler = this;
}
void MapHandler::handleMessage(MessageIn &msg)
{
+
}
void MapHandler::connect(LoginData *loginData)