fix(DB/Creature): give Ulduar Clockwork Sappers invisibility and stealth detection (#27252)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
015976f529
commit
b478c02773
1 changed files with 7 additions and 0 deletions
7
data/sql/updates/pending_db_world/rev_1787266581.sql
Normal file
7
data/sql/updates/pending_db_world/rev_1787266581.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Ulduar: Clockwork Sappers see through invisibility and stealth (retail 3.1 hotfix behavior)
|
||||
UPDATE `creature_addon` SET `auras` = '18950' WHERE `guid` IN (136586, 136587, 136588, 136589, 136591, 136592);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (34193, 34220);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(34193, 0, 0, 0, 1, 0, 0, '18950'),
|
||||
(34220, 0, 0, 0, 1, 0, 0, '18950');
|
||||
Loading…
Reference in a new issue