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