From 7e6d1a6e03052a08fd80ad2589295236ba40a3f1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Dec 2014 19:31:54 +0300 Subject: 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. --- src/actions/actions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions/actions.h') diff --git a/src/actions/actions.h b/src/actions/actions.h index 0fd1f71c5..1f0346caa 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -100,6 +100,7 @@ namespace Actions decHandler(useItemInv); decHandler(invToStorage); decHandler(tradeAdd); + decHandler(storageToInv); } // namespace Actions #undef decHandler -- cgit v1.2.3-70-g09d2