summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 19:05:31 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 19:05:31 +0300
commit77392dfa39913e4d6c51934deab51088da878e7a (patch)
treea6f56d693f5847a22e1514d17f7752798b84597b /src/net/eathena/adminhandler.h
parent4eb67aee829ba4f7b59d5a8f885a472d843e679a (diff)
downloadplus-77392dfa39913e4d6c51934deab51088da878e7a.tar.gz
plus-77392dfa39913e4d6c51934deab51088da878e7a.tar.bz2
plus-77392dfa39913e4d6c51934deab51088da878e7a.tar.xz
plus-77392dfa39913e4d6c51934deab51088da878e7a.zip
Add chat command /randomwarp. Also add it to player context menu.
Diffstat (limited to 'src/net/eathena/adminhandler.h')
-rw-r--r--src/net/eathena/adminhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h
index e5b5e511a..c7f997590 100644
--- a/src/net/eathena/adminhandler.h
+++ b/src/net/eathena/adminhandler.h
@@ -112,6 +112,8 @@ class AdminHandler final : public Ea::AdminHandler
void loadPosition(const std::string &name) const override final;
+ void randomWarp(const std::string &name) const override final;
+
protected:
static std::string mStatsName;
};