From ce98938ab8fbbb61fc4b207c11bf14345ce84f3c Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Sun, 27 Mar 2022 21:15:04 +0300 Subject: Scripts/Quest: Update 'The Art of Persuasion' (11648) (#27887) --- sql/updates/world/3.3.5/2022_03_27_00_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_03_27_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2022_03_27_00_world.sql b/sql/updates/world/3.3.5/2022_03_27_00_world.sql new file mode 100644 index 00000000000..de1c26df3aa --- /dev/null +++ b/sql/updates/world/3.3.5/2022_03_27_00_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `creature_template_addon` SET `bytes1` = 5, `bytes2` = 1, `emote` = 0, `auras` = '45631 45842' WHERE `entry` = 25478; +UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 25478; + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_borean_tundra_neural_needle','spell_borean_tundra_prototype_neural_needle'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(45634,'spell_borean_tundra_neural_needle'), +(48252,'spell_borean_tundra_prototype_neural_needle'); -- cgit v1.2.3