feat(Core/Commands): Gear (#7717)
This commit is contained in:
parent
1465a659ec
commit
e6143a1efd
6 changed files with 83 additions and 2 deletions
|
|
@ -0,0 +1,7 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630714167178408255');
|
||||
|
||||
DELETE FROM `command` WHERE `name` IN ('repairitems', 'gear repair', 'gear stats');
|
||||
|
||||
INSERT INTO `command` VALUES
|
||||
('gear repair', 2, 'Syntax: .gear repair \nRepair all selected player''s items.'),
|
||||
('gear stats', 0, 'Syntax: .gear stats');
|
||||
Loading…
Add table
Add a link
Reference in a new issue