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:
Øyvind Bertelsen 2026-08-22 01:22:25 +02:00 committed by GitHub
parent 015976f529
commit b478c02773
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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');