mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
feat(Core/Commands): Gear (#7717)
This commit is contained in:
committed by
GitHub
parent
1465a659ec
commit
e6143a1efd
@@ -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');
|
||||
Reference in New Issue
Block a user