summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-26 04:07:49 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-26 04:07:49 +0300
commitf6b2109e3ae09f1b01d0e1c436f88f1f54dbd7d6 (patch)
tree4299f456309d927a624880f6115d396990c99b83 /src/net/eathena/maphandler.cpp
parent89068d61b30e19f69f53df05b0542c37c12397ea (diff)
downloadplus-f6b2109e3ae09f1b01d0e1c436f88f1f54dbd7d6.tar.gz
plus-f6b2109e3ae09f1b01d0e1c436f88f1f54dbd7d6.tar.bz2
plus-f6b2109e3ae09f1b01d0e1c436f88f1f54dbd7d6.tar.xz
plus-f6b2109e3ae09f1b01d0e1c436f88f1f54dbd7d6.zip
Add packet CMSG_INSTANCE_COMMAND 0x02cf.
Diffstat (limited to 'src/net/eathena/maphandler.cpp')
-rw-r--r--src/net/eathena/maphandler.cpp6
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