mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04:00
Scripts/Commands: Add .debug questreset to force daily/weekly/monthly quest reset.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `rbac_permissions` WHERE `id`=878;
|
||||
INSERT INTO `rbac_permissions` (`id`,`name`) VALUES (878, 'Command: debug questreset');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=878;
|
||||
INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES (196,878);
|
||||
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `command` WHERE `name`='debug questreset';
|
||||
INSERT INTO `command` (`name`,`permission`,`help`) VALUES
|
||||
('debug questreset',878,'Syntax: .debug questreset <daily/weekly/monthly/all>
|
||||
|
||||
Performs quest reset procedure for the specified type (or all types).
|
||||
Quest pools will be re-generated, and quest completion status will be reset.');
|
||||
Reference in New Issue
Block a user