mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Creature: Add missing aura to Avenging Spirit ghosts in Utgarde Pinnacle
Closes #28963 by CraftedRO
This commit is contained in:
5
sql/updates/world/3.3.5/2023_05_09_00_world.sql
Normal file
5
sql/updates/world/3.3.5/2023_05_09_00_world.sql
Normal 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");
|
||||
Reference in New Issue
Block a user