diff options
Diffstat (limited to 'src/net/eathena/maphandler.cpp')
-rw-r--r-- | src/net/eathena/maphandler.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/maphandler.cpp b/src/net/eathena/maphandler.cpp index 8136fdb79..c6b86eaf6 100644 --- a/src/net/eathena/maphandler.cpp +++ b/src/net/eathena/maphandler.cpp @@ -44,4 +44,10 @@ void MapHandler::blockPlayCancel() const createOutPacket(CMSG_MAP_BLOCK_PLAY_CANCEL); } +void MapHandler::destroyInstance() const +{ + createOutPacket(CMSG_INSTANCE_COMMAND); + outMsg.writeInt32(3, "command"); +} + } // namespace EAthena |