mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
fix(Scripts/Ulduar): Flame Leviathan reset and visibility (#26379)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--
|
||||
-- 62375 Gathering Speed is not removed by Evade
|
||||
-- SPELL_ATTR0_CU_IGNORE_EVADE = 0x00000800
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 62375;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (62375, 0x800);
|
||||
|
||||
-- Flame Leviathan
|
||||
UPDATE `creature_template_addon` SET `visibilityDistanceType` = 4 WHERE (`entry` IN (33113, 33114, 33139, 34003, 34111, 33143));
|
||||
|
||||
-- Ulduar Colossus
|
||||
UPDATE `creature_addon` SET `visibilityDistanceType`=4 WHERE `guid` IN (137476, 137477, 137478, 137479, 137480)
|
||||
Reference in New Issue
Block a user