diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-10 04:32:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-10 04:32:18 +0300 |
commit | 1fa706c6669db9a2d060d100cf591fd505012a9d (patch) | |
tree | dee79462d680321e05c6a688146d2116f83bb3f6 /src/dyetool/actions | |
parent | 2291f18b6366312916903de6cfe973379ebd536d (diff) | |
download | plus-1fa706c6669db9a2d060d100cf591fd505012a9d.tar.gz plus-1fa706c6669db9a2d060d100cf591fd505012a9d.tar.bz2 plus-1fa706c6669db9a2d060d100cf591fd505012a9d.tar.xz plus-1fa706c6669db9a2d060d100cf591fd505012a9d.zip |
Add chat command for show player items.s20170510
Diffstat (limited to 'src/dyetool/actions')
-rw-r--r-- | src/dyetool/actions/windows.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/windows.cpp b/src/dyetool/actions/windows.cpp index f55930de0..635a64f9f 100644 --- a/src/dyetool/actions/windows.cpp +++ b/src/dyetool/actions/windows.cpp @@ -54,5 +54,6 @@ impHandlerVoid(cartWindowShow) impHandlerVoid(updaterWindowShow) impHandlerVoid(quickWindowShow) impHandlerVoid(mailWindowShow) +impHandlerVoid(showItems) } // namespace Actions |