mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
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:
9
data/sql/updates/pending_db_world/rev_1777647860.sql
Normal file
9
data/sql/updates/pending_db_world/rev_1777647860.sql
Normal 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));
|
||||
Reference in New Issue
Block a user