mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 12:03:48 +00:00
feat(Scripts/Command): implement new command: bags clear (#8549)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634327540840591400');
|
||||
|
||||
DELETE FROM `command` WHERE `name` IN ('bags','bags clear');
|
||||
INSERT INTO `command` VALUES
|
||||
('bags',2,'Syntax: .bags $subcommand \nType .bags to see the list of possible subcommands or .help bags $subcommand to see info on subcommands'),
|
||||
('bags clear',2,'Syntax: .bags clear $itemQuality \nClear from players\' bags all items including and below $itemQuality (or all items if used .bags clear all).');
|
||||
Reference in New Issue
Block a user