diff options
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r-- | src/net/eathena/loginhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index 19a8a3f3c..b564b1b27 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -56,6 +56,8 @@ class LoginHandler final : public Ea::LoginHandler void ping() const override final; + void updatePacketVersion() const override final; + private: void sendLoginRegister(const std::string &restrict username, const std::string &restrict password, |