diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-11 20:27:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-11 20:27:04 +0300 |
commit | 2314f78e49bcf92c69b7148cc8e771de01d161cb (patch) | |
tree | 411f51060880560537a8413eb301e6862fb07b02 /src/net/eathena/adminhandler.h | |
parent | 976d72a73812224ff43f344299f1de64459b05be (diff) | |
download | plus-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/eathena/adminhandler.h')
-rw-r--r-- | src/net/eathena/adminhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); }; |