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

Closes #28963 by CraftedRO
This commit is contained in:
Aokromes
2023-05-09 09:25:50 +02:00
committed by GitHub
parent 3993c45a04
commit 6f310e9810

View File

@@ -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");