summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 12:43:54 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 12:43:54 +0300
commita5199d9d9af28d7a2b5472b02c72445c25a5a3f9 (patch)
treeb31a7460a35fd06a1ee79f0d78801f1f778cc5f8 /src/net/eathena/adminhandler.h
parentf580ee13d492ad7971fe3828a9dc59ce8aafbc27 (diff)
downloadplus-a5199d9d9af28d7a2b5472b02c72445c25a5a3f9.tar.gz
plus-a5199d9d9af28d7a2b5472b02c72445c25a5a3f9.tar.bz2
plus-a5199d9d9af28d7a2b5472b02c72445c25a5a3f9.tar.xz
plus-a5199d9d9af28d7a2b5472b02c72445c25a5a3f9.zip
Move AdminHandler::warp from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/eathena/adminhandler.h')
-rw-r--r--src/net/eathena/adminhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h
index b7b48fcbb..28f0ac1e8 100644
--- a/src/net/eathena/adminhandler.h
+++ b/src/net/eathena/adminhandler.h
@@ -46,6 +46,9 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler
void hide(const bool h) const override final;
void kick(const int playerId) const override final;
+
+ void warp(const std::string &map,
+ const int x, const int y) const override final;
};
} // namespace EAthena