diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-23 22:56:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-23 22:56:28 +0300 |
commit | 7b6e10d546402ad6820537cedbc5eba909d28fd9 (patch) | |
tree | fa603395e55ceab5b12d31be35996ae1ad0fcd33 /src/net/eathena/adminhandler.h | |
parent | ea721a7170da66bac40f8dfdb8a4de659ccde374 (diff) | |
download | plus-7b6e10d546402ad6820537cedbc5eba909d28fd9.tar.gz plus-7b6e10d546402ad6820537cedbc5eba909d28fd9.tar.bz2 plus-7b6e10d546402ad6820537cedbc5eba909d28fd9.tar.xz plus-7b6e10d546402ad6820537cedbc5eba909d28fd9.zip |
Add chat command for gms /iteminfo
Diffstat (limited to 'src/net/eathena/adminhandler.h')
-rw-r--r-- | src/net/eathena/adminhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h index abbd292c9..51dca1b6f 100644 --- a/src/net/eathena/adminhandler.h +++ b/src/net/eathena/adminhandler.h @@ -73,6 +73,8 @@ class AdminHandler final : public Ea::AdminHandler void monsterInfo(const std::string &name) const override final; + void itemInfo(const std::string &name) const override final; + protected: static std::string mStatsName; }; |