aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2023_05_09_00_world.sql5
1 files changed, 5 insertions, 0 deletions
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");