diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2022-03-27 21:15:04 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-06-10 13:54:49 +0200 |
| commit | 8f89a5ee95c9d2b9b84afb207d332321344a9ede (patch) | |
| tree | 7841098fa074a5cf3219c909b6835d50f3cf9ad4 /sql | |
| parent | 865b5ad359eef99e72f8963e7e9168d5e1155221 (diff) | |
Scripts/Quest: Update 'The Art of Persuasion' (11648) (#27887)
(cherry picked from commit ce98938ab8fbbb61fc4b207c11bf14345ce84f3c)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_06_10_01_world_2022_03_27_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_06_10_01_world_2022_03_27_00_world.sql b/sql/updates/world/master/2022_06_10_01_world_2022_03_27_00_world.sql new file mode 100644 index 00000000000..de1c26df3aa --- /dev/null +++ b/sql/updates/world/master/2022_06_10_01_world_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'); |
