diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-20 01:40:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-20 01:40:44 +0300 |
commit | a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039 (patch) | |
tree | a908548d44fdecd8657b0ab9d81d009679502838 /src/input | |
parent | 75c8412edc9030ff86dc80dc4143d873cda9d4d1 (diff) | |
download | plus-a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039.tar.gz plus-a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039.tar.bz2 plus-a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039.tar.xz plus-a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039.zip |
Add chat command for show/change auto item party sharing.s20160820
Diffstat (limited to 'src/input')
-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 332138ed5..2d56aafec 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5588,6 +5588,12 @@ static const InputActionData inputActionData "expshare|shareexp", UseArgs_true, Protected_true}, + {"keyPartyAutoItemShare", + defaultAction(&Actions::partyAutoItemShare), + InputCondition::INGAME, + "autoitemshare|shareautoitem|itemautoshare", + UseArgs_true, + Protected_true}, }; #undef defaultAction |