From 60100c4b30f779fe8f63758f9974891e98816340 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 29 Feb 2016 01:02:46 +0300 Subject: Add chat command /gmpartyleader. Also add it to npc context menu. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/inputactionmap.h') 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 -- cgit v1.2.3-60-g2f50