From e9fccf3db2f44531e013d708a64550ebb6c4927a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Dec 2014 23:53:57 +0300 Subject: Add new chat command for invite to guild. New chat command: /guild name --- src/input/inputaction.h | 1 + src/input/inputactionmap.h | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'src/input') diff --git a/src/input/inputaction.h b/src/input/inputaction.h index b3b95a8f7..5b9288950 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -493,6 +493,7 @@ namespace InputAction BUY, SELL, WHISPER2, + GUILD, TOTAL }; } // namespace InputAction diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 8e14f911c..292fdc1c1 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -4180,6 +4180,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::INGAME, "w2|whisper2|msg2", true}, + {"keyGuild", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::guild, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "guild", + true}, }; #endif // INPUT_INPUTACTIONMAP_H -- cgit v1.2.3-70-g09d2