parent
7790b2258b
commit
a452b25def
2 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2024_09_21_00 -> 2024_09_21_01
|
||||
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.');
|
||||
|
|
@ -1 +1,2 @@
|
|||
-- DB update 2024_09_21_01 -> 2024_09_21_02
|
||||
UPDATE `creature` SET `equipment_id` = 1 WHERE `id1` = 37967;
|
||||
Loading…
Add table
Add a link
Reference in a new issue