From 6991434831679362687727ed152b3b06b6e671b9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 12 Feb 2019 01:53:13 +0300 Subject: Add packet CMSG_CLIENT_VERSION 0x044a --- src/net/tmwa/maphandler.cpp | 4 ++++ src/net/tmwa/maphandler.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/maphandler.cpp b/src/net/tmwa/maphandler.cpp index 81afd740c..56e716583 100644 --- a/src/net/tmwa/maphandler.cpp +++ b/src/net/tmwa/maphandler.cpp @@ -51,4 +51,8 @@ void MapHandler::camera(int action A_UNUSED, { } +void MapHandler::clientVersion(const int version A_UNUSED) const +{ +} + } // namespace TmwAthena diff --git a/src/net/tmwa/maphandler.h b/src/net/tmwa/maphandler.h index 62aacc7a5..b1661e5b4 100644 --- a/src/net/tmwa/maphandler.h +++ b/src/net/tmwa/maphandler.h @@ -43,6 +43,8 @@ class MapHandler final : public Net::MapHandler float range, float rotation, float latitude) const override final; + + void clientVersion(const int version) const override final; }; } // namespace TmwAthena -- cgit v1.2.3-70-g09d2