mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(Scripts/Ulduar): Improve Freya's Detonating Lashers spawn behaviour (#26263)
Co-authored-by: zaganzg <176078186+zaganzg@users.noreply.github.com> Co-authored-by: sogladev <sogladev@gmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- Freya - Detonating Lashers: submerge visual + no-crit auras on spawn (issue #26255)
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (32918, 33399);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(32918, 0, 0, 0, 0, 0, 0, '28819 64481'),
|
||||
(33399, 0, 0, 0, 0, 0, 0, '28819 64481');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_submerge_visual' AND `spell_id`=28819;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(28819, 'spell_gen_submerge_visual');
|
||||
Reference in New Issue
Block a user