2 lines
285 B
SQL
2 lines
285 B
SQL
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.');
|