From 2e3f2400519a0bcf1d15f62905ab4447619d4fe2 Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Thu, 7 Oct 2021 16:03:38 +0300 Subject: Scripts/Spells: Handle quest tame spells in spell script (#27022) (cherry picked from commit 4441d42253d64ccd8fc9f78f1b44c851d6408312) --- .../2022_03_19_08_world_2021_10_07_00_world.sql | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sql/updates/world/master/2022_03_19_08_world_2021_10_07_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_19_08_world_2021_10_07_00_world.sql b/sql/updates/world/master/2022_03_19_08_world_2021_10_07_00_world.sql new file mode 100644 index 00000000000..fe6cc6dddcc --- /dev/null +++ b/sql/updates/world/master/2022_03_19_08_world_2021_10_07_00_world.sql @@ -0,0 +1,21 @@ +-- +DELETE FROM `spell_script_names` WHERE `spell_id` IN (19548,19674,19687,19688,19689,19692,19693,19694,19696,19697,19699,19700,30646,30653,30654,30099,30102,30105) AND `ScriptName` = 'spell_quest_taming_the_beast'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(19548,'spell_quest_taming_the_beast'), +(19674,'spell_quest_taming_the_beast'), +(19687,'spell_quest_taming_the_beast'), +(19688,'spell_quest_taming_the_beast'), +(19689,'spell_quest_taming_the_beast'), +(19692,'spell_quest_taming_the_beast'), +(19693,'spell_quest_taming_the_beast'), +(19694,'spell_quest_taming_the_beast'), +(19696,'spell_quest_taming_the_beast'), +(19697,'spell_quest_taming_the_beast'), +(19699,'spell_quest_taming_the_beast'), +(19700,'spell_quest_taming_the_beast'), +(30646,'spell_quest_taming_the_beast'), +(30653,'spell_quest_taming_the_beast'), +(30654,'spell_quest_taming_the_beast'), +(30099,'spell_quest_taming_the_beast'), +(30102,'spell_quest_taming_the_beast'), +(30105,'spell_quest_taming_the_beast'); -- cgit v1.2.3