From 7ff98464adaa06a346475422164780b517cb0adc Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 10 May 2021 22:24:58 +0300 Subject: DB/Creature: Remove few more evil flags Ref #25764 --- sql/updates/world/3.3.5/2021_05_10_00_world.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_05_10_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_05_10_00_world.sql b/sql/updates/world/3.3.5/2021_05_10_00_world.sql new file mode 100644 index 00000000000..29dba85c954 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_05_10_00_world.sql @@ -0,0 +1,11 @@ +-- Beaten Corpse +UPDATE `creature_template` SET `dynamicflags` = 0 WHERE `entry` = 10668; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` = 10668); + +-- Night Elf Corpse +UPDATE `creature_template` SET `dynamicflags` = 0 WHERE `entry` = 16804; + +-- The Lich King +-- AoD Impact Bunny +-- Vegard Bunny +UPDATE `creature_template` SET `unit_flags2` = 2048, `dynamicflags` = 0 WHERE `entry` IN (37857,37878,37894); -- cgit v1.2.3