diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 19:37:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 19:37:31 +0300 |
commit | 25bf3308cf490313b4a86b78643226f078ce4f7e (patch) | |
tree | 1276798181fb179babf42b1d5c9d7a7eb39f3157 /src/dyetool | |
parent | 77392dfa39913e4d6c51934deab51088da878e7a (diff) | |
download | plus-25bf3308cf490313b4a86b78643226f078ce4f7e.tar.gz plus-25bf3308cf490313b4a86b78643226f078ce4f7e.tar.bz2 plus-25bf3308cf490313b4a86b78643226f078ce4f7e.tar.xz plus-25bf3308cf490313b4a86b78643226f078ce4f7e.zip |
Add chat command /gotonpc. Also add it to npc context menu.
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 2b09fc90a..79c03a746 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -119,5 +119,6 @@ impHandlerVoid(commandSpawnEvilClone) impHandlerVoid(commandSavePosition) impHandlerVoid(commandLoadPosition) impHandlerVoid(commandRandomWarp) +impHandlerVoid(commandGotoNpc) } // namespace Actions |