diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-13 12:59:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-13 12:59:13 +0300 |
commit | be1dd6434f993fba9e944cda9e83e0fae32e8c14 (patch) | |
tree | f715ca182a8339a775994cbdaa293e24d5e88e63 /src/input/inputaction.h | |
parent | 41eff7ceed25a056ea5d9bec0ae11194132a6d08 (diff) | |
download | plus-be1dd6434f993fba9e944cda9e83e0fae32e8c14.tar.gz plus-be1dd6434f993fba9e944cda9e83e0fae32e8c14.tar.bz2 plus-be1dd6434f993fba9e944cda9e83e0fae32e8c14.tar.xz plus-be1dd6434f993fba9e944cda9e83e0fae32e8c14.zip |
Add chat command for drop item by inventory index.
New chat command: /dropinv 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 9d2e64993..fc14b1ad2 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -502,6 +502,7 @@ namespace InputAction CAMERA_MOVE, DROP_ITEM, DROP_ITEM_ALL, + DROP_INV, TOTAL }; } // namespace InputAction |