diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-13 19:31:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-13 19:36:23 +0300 |
commit | 7e6d1a6e03052a08fd80ad2589295236ba40a3f1 (patch) | |
tree | 48090a0feded08f3911fbce4f840c78df1c54541 /src/input/inputaction.h | |
parent | a3b7888017c387d14e33a2021ed85927b78b776b (diff) | |
download | plus-7e6d1a6e03052a08fd80ad2589295236ba40a3f1.tar.gz plus-7e6d1a6e03052a08fd80ad2589295236ba40a3f1.tar.bz2 plus-7e6d1a6e03052a08fd80ad2589295236ba40a3f1.tar.xz plus-7e6d1a6e03052a08fd80ad2589295236ba40a3f1.zip |
Add chat command for move item from storage to inventory.
New chat command: /storagetoinv INDEX AMOUNT
Alias: /storageinv INDEX AMOUNT
This command accept ammount if format like /invtostorage.
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 60bbeab61..c0bc6b615 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -507,6 +507,7 @@ namespace InputAction USE_INV, INV_TO_STORAGE, TRADE_ADD, + STORAGE_TO_INV, TOTAL }; } // namespace InputAction |