diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-13 14:16:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-13 14:16:17 +0300 |
commit | 4729d390af864d7f4614ca76ab74dc2cd7e7c1ae (patch) | |
tree | c165aacdf9eb15ea2156d1ccd1b2572f38a3f9b3 /src/input/inputaction.h | |
parent | d4c3c93c3829c26860841eaf169ba9801bf3760b (diff) | |
download | plus-4729d390af864d7f4614ca76ab74dc2cd7e7c1ae.tar.gz plus-4729d390af864d7f4614ca76ab74dc2cd7e7c1ae.tar.bz2 plus-4729d390af864d7f4614ca76ab74dc2cd7e7c1ae.tar.xz plus-4729d390af864d7f4614ca76ab74dc2cd7e7c1ae.zip |
Add chat command for move item from inventory to storage.
New command: /invtostorage INDEX
Alias: /invstorage INDEX
Diffstat (limited to 'src/input/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 12f989a07..dc63508d3 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -505,6 +505,7 @@ namespace InputAction DROP_INV, DROP_INV_ALL, USE_INV, + INV_TO_STORAGE, TOTAL }; } // namespace InputAction |