summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-24 18:15:58 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-24 18:20:16 +0300
commit7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4 (patch)
tree434a8768d65fdee815bb5a18734d417b8076c690 /src/net/tmwa/adminhandler.h
parent227788d991459081a894428d4455ead1dd8b46d6 (diff)
downloadplus-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.gz
plus-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.bz2
plus-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.xz
plus-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.zip
Add chat command /showstorage. Also add show storage to player context menu.
Diffstat (limited to 'src/net/tmwa/adminhandler.h')
-rw-r--r--src/net/tmwa/adminhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h
index 6ef65177f..31bba0724 100644
--- a/src/net/tmwa/adminhandler.h
+++ b/src/net/tmwa/adminhandler.h
@@ -93,6 +93,9 @@ class AdminHandler final : public Ea::AdminHandler
void showLevel(const std::string &name) const override final A_CONST;
void showStats(const std::string &name) const override final A_CONST;
+
+ void showStorageList(const std::string &name) const override final
+ A_CONST;
};
} // namespace TmwAthena