summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 20:27:04 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 20:27:04 +0300
commit2314f78e49bcf92c69b7148cc8e771de01d161cb (patch)
tree411f51060880560537a8413eb301e6862fb07b02 /src/net/tmwa/adminhandler.h
parent976d72a73812224ff43f344299f1de64459b05be (diff)
downloadplus-2314f78e49bcf92c69b7148cc8e771de01d161cb.tar.gz
plus-2314f78e49bcf92c69b7148cc8e771de01d161cb.tar.bz2
plus-2314f78e49bcf92c69b7148cc8e771de01d161cb.tar.xz
plus-2314f78e49bcf92c69b7148cc8e771de01d161cb.zip
eathena: add packet CMSG_ADMIN_SET_TILE_TYPE 0x0198.
Diffstat (limited to 'src/net/tmwa/adminhandler.h')
-rw-r--r--src/net/tmwa/adminhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h
index 36af9890e..eb34886f0 100644
--- a/src/net/tmwa/adminhandler.h
+++ b/src/net/tmwa/adminhandler.h
@@ -67,6 +67,9 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler
void muteName(const std::string &name) const override final;
void requestLogin(const Being *const being) const override final;
+
+ void setTileType(const int x, const int y,
+ const int type) const;
};
} // namespace TmwAthena