mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
3
data/sql/updates/db_world/2024_09_21_01.sql
Normal file
3
data/sql/updates/db_world/2024_09_21_01.sql
Normal file
@@ -0,0 +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.');
|
||||
2
data/sql/updates/db_world/2024_09_21_02.sql
Normal file
2
data/sql/updates/db_world/2024_09_21_02.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- DB update 2024_09_21_01 -> 2024_09_21_02
|
||||
UPDATE `creature` SET `equipment_id` = 1 WHERE `id1` = 37967;
|
||||
Reference in New Issue
Block a user