feat(Scripts/Commands): implement new command: .inventory count (#9139)

- Closes #8845
This commit is contained in:
UltraNix
2021-11-15 09:51:21 +01:00
committed by GitHub
parent a0a5a9a223
commit 6b219dc0e1
2 changed files with 146 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636656798364802400');
DELETE FROM `command` WHERE `name` IN ('inventory','inventory count');
INSERT INTO `command` VALUES
('inventory',1,'Syntax: .inventory $subcommand \nType .inventory to see the list of possible subcommands or .help inventory $subcommand to see info on subcommands'),
('inventory count',1,'Syntax: .inventory count $playerName or $plaerGuid \nCount free slots in bags divided into different bag types.');