chore(DB): import pending files

Referenced commit(s): 50a56682f1
This commit is contained in:
github-actions[bot]
2026-07-03 10:07:58 +00:00
parent 50a56682f1
commit 931201d31d

View File

@@ -0,0 +1,10 @@
-- DB update 2026_07_03_02 -> 2026_07_03_03
-- 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');