mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
@@ -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
|
||||
Reference in New Issue
Block a user