parent
3adf267e74
commit
3daed043f7
4 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_09_01_00 -> 2022_09_02_00
|
||||
-- Obsidian Eradicator (15262)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 22.5, `ArmorModifier` = 1.55 WHERE (`entry` = 15262);
|
||||
-- Anubisath Sentinel (15264)
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2022_09_02_00 -> 2022_09_02_01
|
||||
--
|
||||
DELETE FROM `spell_dbc` WHERE `ID` IN (46393);
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_09_02_01 -> 2022_09_02_02
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` = 'go creature id';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_09_02_02 -> 2022_09_02_03
|
||||
-- Voodoo Spirit - Add aura 24051
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 15009);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue