summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 00:53:34 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 00:53:34 +0300
commit14800b09f0cc47ab4452039c45ba99295a40e2d8 (patch)
tree1e5ff4911580cd509d9f21bf8f8ff942302e3a81 /src/net/eathena/adminhandler.h
parentd0967473d6f1e356592e8adbe46fcbbe04c60393 (diff)
downloadplus-14800b09f0cc47ab4452039c45ba99295a40e2d8.tar.gz
plus-14800b09f0cc47ab4452039c45ba99295a40e2d8.tar.bz2
plus-14800b09f0cc47ab4452039c45ba99295a40e2d8.tar.xz
plus-14800b09f0cc47ab4452039c45ba99295a40e2d8.zip
Add chat command /saveposition. 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 1808231b5..d0212a027 100644
--- a/src/net/eathena/adminhandler.h
+++ b/src/net/eathena/adminhandler.h
@@ -108,6 +108,8 @@ class AdminHandler final : public Ea::AdminHandler
void spawnEvilClone(const std::string &name) const override final;
+ void savePosition(const std::string &name) const override final;
+
protected:
static std::string mStatsName;
};