summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-29 01:02:46 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-29 01:02:46 +0300
commit60100c4b30f779fe8f63758f9974891e98816340 (patch)
treea3a5ab8eb90c3f03937df95adcfcf68a7d3d1922 /src/input/inputactionmap.h
parent54cdcc6cded841b2c5823a74f58e4f3b06f81622 (diff)
downloadplus-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/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index ecc9a40ad..90fb66f8c 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5467,6 +5467,12 @@ static const InputActionData inputActionData
"npcshow|shownpc",
UseArgs_true,
Protected_true},
+ {"keyCommandChangePartyLeader",
+ defaultAction(&Actions::commandChangePartyLeader),
+ InputCondition::INGAME,
+ "gmpartyleader|changepartyleader",
+ UseArgs_true,
+ Protected_true},
};
#undef defaultAction