mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 12:03:48 +00:00
feat(Core/Commands): Add debug command for applying a spell cooldown. (#20004)
* Init. * Correct wrong query characters.
This commit is contained in:
2
data/sql/updates/pending_db_world/debug-cooldown.sql
Normal file
2
data/sql/updates/pending_db_world/debug-cooldown.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `command` WHERE `name` = 'debug cooldown';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES ('debug cooldown', 3, 'Syntax: .debug cooldown #spellID #cooldownTime #itemID\nApply a cooldown of the given duration (in milliseconds) for the given spell and item ID.');
|
||||
Reference in New Issue
Block a user