summaryrefslogtreecommitdiff
path: root/src/actions/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-24 18:15:58 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-24 18:20:16 +0300
commit7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4 (patch)
tree434a8768d65fdee815bb5a18734d417b8076c690 /src/actions/commands.h
parent227788d991459081a894428d4455ead1dd8b46d6 (diff)
downloadmv-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.gz
mv-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.bz2
mv-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.xz
mv-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.zip
Add chat command /showstorage. Also add show storage to player context menu.
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r--src/actions/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h
index ad03274b8..f883aa1b0 100644
--- a/src/actions/commands.h
+++ b/src/actions/commands.h
@@ -106,6 +106,7 @@ namespace Actions
decHandler(playerCharGmCommands);
decHandler(commandShowLevel);
decHandler(commandShowStats);
+ decHandler(commandShowStorage);
} // namespace Actions
#undef decHandler