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 a3b7e005f..206f4189d 100644 --- a/src/net/tmwa/maphandler.cpp +++ b/src/net/tmwa/maphandler.cpp @@ -40,4 +40,8 @@ void MapHandler::blockPlayCancel() const { } +void MapHandler::destroyInstance() const +{ +} + } // namespace TmwAthena |