From 6f310e9810f89c83fca5dc360370e538aef3e16b Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 9 May 2023 09:25:50 +0200 Subject: DB/Creature: Add missing aura to Avenging Spirit ghosts in Utgarde Pinnacle Closes #28963 by CraftedRO --- sql/updates/world/3.3.5/2023_05_09_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2023_05_09_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2023_05_09_00_world.sql b/sql/updates/world/3.3.5/2023_05_09_00_world.sql new file mode 100644 index 00000000000..1c90a3d9897 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_05_09_00_world.sql @@ -0,0 +1,5 @@ +-- Avenging spirits Wither aura +DELETE FROM `creature_template_addon` WHERE `entry` IN (27386, 30756); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `MountCreatureID`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvPFlags`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(27386, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "48584"), +(30756, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "48584"); -- cgit v1.2.3