From 2314f78e49bcf92c69b7148cc8e771de01d161cb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Sep 2014 20:27:04 +0300 Subject: eathena: add packet CMSG_ADMIN_SET_TILE_TYPE 0x0198. --- src/net/eathena/adminhandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/adminhandler.h') diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h index 2dd12f162..3ee9be30a 100644 --- a/src/net/eathena/adminhandler.h +++ b/src/net/eathena/adminhandler.h @@ -68,6 +68,9 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler void requestLogin(const Being *const being) const override final; + void setTileType(const int x, const int y, + const int type) const; + protected: void processAdminGetLoginAck(Net::MessageIn &msg); }; -- cgit v1.2.3-60-g2f50