diff options
Diffstat (limited to 'src/net/tmwa/maphandler.cpp')
-rw-r--r-- | src/net/tmwa/maphandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |