summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-20 15:35:36 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-20 15:35:36 +0300
commit130ad803401e9d582a2118d9bc92b984222b00f1 (patch)
tree007c13fcabe6754c3fb50265fa665f6bd616e938 /src/net/ea/playerhandler.h
parent16121e499c734c00c714abd0998c24f4845329c3 (diff)
downloadplus-130ad803401e9d582a2118d9bc92b984222b00f1.tar.gz
plus-130ad803401e9d582a2118d9bc92b984222b00f1.tar.bz2
plus-130ad803401e9d582a2118d9bc92b984222b00f1.tar.xz
plus-130ad803401e9d582a2118d9bc92b984222b00f1.zip
eathena: add support for online list packets.
Diffstat (limited to 'src/net/ea/playerhandler.h')
-rw-r--r--src/net/ea/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/playerhandler.h b/src/net/ea/playerhandler.h
index 322f038b6..6b5d0d0b8 100644
--- a/src/net/ea/playerhandler.h
+++ b/src/net/ea/playerhandler.h
@@ -76,6 +76,8 @@ class PlayerHandler notfinal : public Net::PlayerHandler
static void processMapMask(Net::MessageIn &msg);
static void processMapMusic(Net::MessageIn &msg);
+
+ static void processOnlineList(Net::MessageIn &msg);
};
} // namespace Ea