fix(DB/Script): Creatures in Chapel of the Crimson Flame are no longer visible until the player delivers the quest Bloody Breakout. (#25678)

This commit is contained in:
Rocco Silipo
2026-05-01 20:19:35 +02:00
committed by GitHub
parent de8b5e5726
commit 68a8f16709
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- Set Aura for Scarlet Inquisitor (corpse)
UPDATE `creature_template_addon` SET `auras` = '29266 52951' WHERE `entry` = 29029;
-- Set Aura for Death Knights and Dummy
UPDATE `creature_template_addon` SET `auras` = '52951' WHERE `entry` IN (29030, 29031, 29038);
-- Set Aura for Plaguefist and Prisoners
UPDATE `creature_addon` SET `auras` = '52951' WHERE (`guid` IN (129947, 129905, 129950, 129955, 129959, 129961, 129964, 129965, 129966, 129967, 129968));