feat(Core/Commands): Add debug command for applying a spell cooldown. (#20004)

* Init.

* Correct wrong query characters.
This commit is contained in:
Benjamin Jackson
2024-09-21 18:28:11 -04:00
committed by GitHub
parent 1802de94f5
commit 7790b2258b
2 changed files with 30 additions and 0 deletions

View 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.');