diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-02-12 01:53:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-02-12 01:53:13 +0300 |
commit | 6991434831679362687727ed152b3b06b6e671b9 (patch) | |
tree | e3f10f25254bce57d9e0f70880dccb78fc1373cb /src/net/eathena/maphandler.h | |
parent | bb23068616794bb6e581f5f2dde8332c7049fe7a (diff) | |
download | mv-6991434831679362687727ed152b3b06b6e671b9.tar.gz mv-6991434831679362687727ed152b3b06b6e671b9.tar.bz2 mv-6991434831679362687727ed152b3b06b6e671b9.tar.xz mv-6991434831679362687727ed152b3b06b6e671b9.zip |
Add packet CMSG_CLIENT_VERSION 0x044a
Diffstat (limited to 'src/net/eathena/maphandler.h')
-rw-r--r-- | src/net/eathena/maphandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/maphandler.h b/src/net/eathena/maphandler.h index 52f50add4..2895087e4 100644 --- a/src/net/eathena/maphandler.h +++ b/src/net/eathena/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 EAthena |