diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-28 23:34:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-28 23:34:08 +0300 |
commit | 54cdcc6cded841b2c5823a74f58e4f3b06f81622 (patch) | |
tree | 99499305c1fefe069ec949118c8024270e8067b8 /src/dyetool | |
parent | a7f88de7bbea019bf443da0aa31b03d2273739df (diff) | |
download | plus-54cdcc6cded841b2c5823a74f58e4f3b06f81622.tar.gz plus-54cdcc6cded841b2c5823a74f58e4f3b06f81622.tar.bz2 plus-54cdcc6cded841b2c5823a74f58e4f3b06f81622.tar.xz plus-54cdcc6cded841b2c5823a74f58e4f3b06f81622.zip |
Add chat command /shownpc.
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 d458e21ab..4d44cb655 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -133,5 +133,6 @@ impHandlerVoid(commandJail) impHandlerVoid(commandUnjail) impHandlerVoid(commandNpcMove) impHandlerVoid(commandNpcHide) +impHandlerVoid(commandNpcShow) } // namespace Actions |