diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-10 01:21:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-10 01:21:18 +0300 |
commit | 5ac88f3197be965804827751e8679cc6dd59b188 (patch) | |
tree | b1b1852ba9c386029cdcc4128826d1bea4f955a9 /src/dyetool | |
parent | 8ca5407776fa9c3038b608f9caf401952c2631d6 (diff) | |
download | plus-5ac88f3197be965804827751e8679cc6dd59b188.tar.gz plus-5ac88f3197be965804827751e8679cc6dd59b188.tar.bz2 plus-5ac88f3197be965804827751e8679cc6dd59b188.tar.xz plus-5ac88f3197be965804827751e8679cc6dd59b188.zip |
Add chat command for move monster in priority attack list into one position up.
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 40ada1494..87645ed4f 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -155,5 +155,6 @@ impHandlerVoid(partyAutoItemShare) impHandlerVoid(outfitToChat) impHandlerVoid(moveAttackUp) impHandlerVoid(moveAttackDown) +impHandlerVoid(movePriorityAttackUp) } // namespace Actions |