diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-31 00:35:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:53 +0300 |
commit | 86273941131b643ba470a1604e4f2d808306d42c (patch) | |
tree | a9fefc41a1bfd1fdd843bb5a8218007af8f2b9ed /src/net/eathena/loginhandler.h | |
parent | b2db639b28d2183d18ba189d5b937605e0a73ae1 (diff) | |
download | plus-86273941131b643ba470a1604e4f2d808306d42c.tar.gz plus-86273941131b643ba470a1604e4f2d808306d42c.tar.bz2 plus-86273941131b643ba470a1604e4f2d808306d42c.tar.xz plus-86273941131b643ba470a1604e4f2d808306d42c.zip |
In eathena remove packet SMSG_SERVER_VERSION_RESPONSE.
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r-- | src/net/eathena/loginhandler.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index 60cde7df7..c2e7216d6 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -62,8 +62,6 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler ServerInfo *getCharServer() const override final A_WARN_UNUSED; - void processServerVersion(Net::MessageIn &msg); - static void requestUpdateHosts(); void processUpdateHost2(Net::MessageIn &msg) const; @@ -75,6 +73,10 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler const std::string &restrict password, const std::string &restrict email) const override final; + + // unused + void processServerVersion(Net::MessageIn &msg) + { } }; } // namespace EAthena |