DB/Creature: Add missing aura to Avenging Spirit ghosts in Utgarde Pinnacle

Closes #28963 by CraftedRO

(cherry picked from commit 6f310e9810f89c83fca5dc360370e538aef3e16b)
This commit is contained in:
Aokromes
2026-05-25 19:46:27 +02:00
committed by Shauren
parent ae41cce53f
commit cdc433636c
@@ -0,0 +1,5 @@
-- Avenging spirits Wither aura
DELETE FROM `creature_template_addon` WHERE `entry` IN (27386, 30756);
INSERT INTO `creature_template_addon` (`entry`, `PathId`, `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");