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/actions/actions.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/actions/actions.h')
-rw-r--r-- | src/actions/actions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/actions.h b/src/actions/actions.h index 11a3bcdcf..ab7f5b980 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -39,6 +39,7 @@ namespace Actions decHandler(dropItem0); decHandler(dropItem); decHandler(dropItemId); + decHandler(dropItemInv); decHandler(dropItemIdAll); decHandler(heal); decHandler(itenplz); |