summaryrefslogtreecommitdiff
path: root/src/actionmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-21 13:00:00 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-21 13:00:00 +0300
commitcfffcc941898c4163e1bd62b8e514d3535511666 (patch)
treeb9889c95f521b81edaec32ac8b45fe859154ca3d /src/actionmanager.cpp
parentb02b4ce0b656a93fbcaa927b0ba289edfec6e22c (diff)
downloadplus-cfffcc941898c4163e1bd62b8e514d3535511666.tar.gz
plus-cfffcc941898c4163e1bd62b8e514d3535511666.tar.bz2
plus-cfffcc941898c4163e1bd62b8e514d3535511666.tar.xz
plus-cfffcc941898c4163e1bd62b8e514d3535511666.zip
move "change move to target type" option into gamemodifiers.
Diffstat (limited to 'src/actionmanager.cpp')
-rw-r--r--src/actionmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp
index a2c960d98..44eb2487a 100644
--- a/src/actionmanager.cpp
+++ b/src/actionmanager.cpp
@@ -554,7 +554,7 @@ impHandler0(changePvpMode)
impHandler0(changeMoveToTarget)
{
- callYellowBar(changeMoveToTargetType);
+ callYellowBar2(changeMoveToTargetType);
}
impHandler0(copyEquippedToOutfit)