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/dyetool/actions | |
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/dyetool/actions')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 2b9ef0ad3..56541134c 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -151,5 +151,6 @@ impHandlerVoid(setSkillOffsetX) impHandlerVoid(setSkillOffsetY) impHandlerVoid(partyItemShare) impHandlerVoid(partyExpShare) +impHandlerVoid(partyAutoItemShare) } // namespace Actions |