chore(DB): import pending files

Referenced commit(s): 1802de94f5
This commit is contained in:
github-actions[bot]
2024-09-21 22:28:36 +00:00
parent 7790b2258b
commit a452b25def
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -1 +1,2 @@
-- DB update 2024_09_21_01 -> 2024_09_21_02
UPDATE `creature` SET `equipment_id` = 1 WHERE `id1` = 37967;