From d798430d3fd747bdf3b9efc58de255ec022bf4b7 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 9 Nov 2020 04:19:29 +0200 Subject: DB/Creature: Correctly handle Sapphiron's Wing Buffet Add CREATURE_FLAG_EXTRA_NO_COMBAT & periodic aura --- sql/updates/world/3.3.5/2020_11_09_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_11_09_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_11_09_01_world.sql b/sql/updates/world/3.3.5/2020_11_09_01_world.sql new file mode 100644 index 00000000000..d790674a6fe --- /dev/null +++ b/sql/updates/world/3.3.5/2020_11_09_01_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x00002000, `ScriptName` = "" WHERE `entry` = 17025; +DELETE FROM `creature_template_addon` WHERE `entry` = 17025; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(17025,0,0,0,1,0,0,"29327"); +DELETE FROM `creature_template_spell` WHERE `CreatureID` = 17025; -- cgit v1.2.3