diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-19 22:40:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-19 22:40:15 +0300 |
commit | d8d06e4c4ff2b84fbe74c902ac4bf50d349dc018 (patch) | |
tree | 38a1580cb5d26865a8e8e6d2bd459d5ab10faf99 /src/input/inputactionmap.h | |
parent | a348d4a8882300fa308d210e860dd29a4b974622 (diff) | |
download | plus-d8d06e4c4ff2b84fbe74c902ac4bf50d349dc018.tar.gz plus-d8d06e4c4ff2b84fbe74c902ac4bf50d349dc018.tar.bz2 plus-d8d06e4c4ff2b84fbe74c902ac4bf50d349dc018.tar.xz plus-d8d06e4c4ff2b84fbe74c902ac4bf50d349dc018.zip |
Add chat command for show/change share item drops in party.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 31c2240eb..99ff49779 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5576,6 +5576,12 @@ static const InputActionData inputActionData "notice|guildnotice", UseArgs_true, Protected_true}, + {"keyPartyItemShare", + defaultAction(&Actions::partyItemShare), + InputCondition::INGAME, + "itemshare|shareitem", + UseArgs_true, + Protected_true}, }; #undef defaultAction |