mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 23:38:00 +00:00
10
data/sql/updates/db_world/2026_07_03_03.sql
Normal file
10
data/sql/updates/db_world/2026_07_03_03.sql
Normal 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');
|
||||
Reference in New Issue
Block a user