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/dyetool | |
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/dyetool')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 2d4f71c13..45458ab65 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -98,5 +98,6 @@ impHandlerVoid(addPickup) impHandlerVoid(removePickup) impHandlerVoid(ignorePickup) impHandlerVoid(monsterInfo) +impHandlerVoid(itemInfo) } // namespace Actions |