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/actions/commands.h | |
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/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index 735338270..35c03ce62 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -133,6 +133,7 @@ namespace Actions decHandler(commandUnjail); decHandler(commandNpcMove); decHandler(commandNpcHide); + decHandler(commandNpcShow); } // namespace Actions #undef decHandler |