diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-13 13:08:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-13 13:08:24 +0300 |
commit | 1a539c37caa6b20762e0cbf45351b9941669006f (patch) | |
tree | 36f325d2fec37c800e9d1d6340dcf04823cadb18 /src/input/inputaction.h | |
parent | 541874a24b10ce5db77a6ef2d952c0c4481af92a (diff) | |
download | plus-1a539c37caa6b20762e0cbf45351b9941669006f.tar.gz plus-1a539c37caa6b20762e0cbf45351b9941669006f.tar.bz2 plus-1a539c37caa6b20762e0cbf45351b9941669006f.tar.xz plus-1a539c37caa6b20762e0cbf45351b9941669006f.zip |
Add chat command for drop all item by inventory index.
New chat command: /dropinvall 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 fc14b1ad2..69dbe1147 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -503,6 +503,7 @@ namespace InputAction DROP_ITEM, DROP_ITEM_ALL, DROP_INV, + DROP_INV_ALL, TOTAL }; } // namespace InputAction |