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:
@@ -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");
|
||||
Reference in New Issue
Block a user