From 5f4951d34c52e92ddd38606b140e8dcded25448c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 1 Mar 2016 14:27:18 +0300 Subject: Add chat command /breakguild. Also add it to player context menu. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 0fb223d53..b8df98796 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5479,6 +5479,12 @@ static const InputActionData inputActionData "partyrecall|recallparty", UseArgs_true, Protected_true}, + {"keyCommandBreakGuild", + defaultAction(&Actions::commandBreakGuild), + InputCondition::INGAME, + "breakguild|gmbreakguild", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50