From 2314f78e49bcf92c69b7148cc8e771de01d161cb Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Thu, 11 Sep 2014 20:27:04 +0300
Subject: eathena: add packet CMSG_ADMIN_SET_TILE_TYPE 0x0198.

---
 src/net/eathena/adminhandler.cpp | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'src/net/eathena/adminhandler.cpp')

diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp
index 00a4fd548..ca26c7823 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -166,6 +166,15 @@ void AdminHandler::requestLogin(const Being *const being) const
     outMsg.writeInt32(being->getId(), "account id");
 }
 
+void AdminHandler::setTileType(const int x, const int y,
+                               const int type) const
+{
+    MessageOut outMsg(CMSG_ADMIN_SET_TILE_TYPE);
+    outMsg.writeInt16(x, "x");
+    outMsg.writeInt16(y, "y");
+    outMsg.writeInt16(type, "type");
+}
+
 void AdminHandler::processAdminGetLoginAck(Net::MessageIn &msg)
 {
     msg.readInt32("account id");
-- 
cgit v1.2.3-70-g09d2