summaryrefslogtreecommitdiff
path: root/src/input/inputaction.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-13 12:59:13 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-13 12:59:13 +0300
commitbe1dd6434f993fba9e944cda9e83e0fae32e8c14 (patch)
treef715ca182a8339a775994cbdaa293e24d5e88e63 /src/input/inputaction.h
parent41eff7ceed25a056ea5d9bec0ae11194132a6d08 (diff)
downloadplus-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.h1
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