diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-29 01:02:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-29 01:02:46 +0300 |
commit | 60100c4b30f779fe8f63758f9974891e98816340 (patch) | |
tree | a3a5ab8eb90c3f03937df95adcfcf68a7d3d1922 /src/dyetool/actions | |
parent | 54cdcc6cded841b2c5823a74f58e4f3b06f81622 (diff) | |
download | plus-60100c4b30f779fe8f63758f9974891e98816340.tar.gz plus-60100c4b30f779fe8f63758f9974891e98816340.tar.bz2 plus-60100c4b30f779fe8f63758f9974891e98816340.tar.xz plus-60100c4b30f779fe8f63758f9974891e98816340.zip |
Add chat command /gmpartyleader. Also add it to npc context menu.
Diffstat (limited to 'src/dyetool/actions')
-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 4d44cb655..1f8fd5cbd 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -134,5 +134,6 @@ impHandlerVoid(commandUnjail) impHandlerVoid(commandNpcMove) impHandlerVoid(commandNpcHide) impHandlerVoid(commandNpcShow) +impHandlerVoid(commandChangePartyLeader) } // namespace Actions |