summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.cpp
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.cpp
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.cpp')
-rw-r--r--src/net/tmwa/adminhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.cpp b/src/net/tmwa/adminhandler.cpp
index 8e654d737..b8b88baca 100644
--- a/src/net/tmwa/adminhandler.cpp
+++ b/src/net/tmwa/adminhandler.cpp
@@ -142,4 +142,9 @@ void AdminHandler::requestLogin(const Being *const being A_UNUSED) const
{
}
+void AdminHandler::setTileType(const int x A_UNUSED, const int y A_UNUSED,
+ const int type A_UNUSED) const
+{
+}
+
} // namespace TmwAthena