aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2021-10-07 16:03:38 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-19 23:14:52 +0100
commit2e3f2400519a0bcf1d15f62905ab4447619d4fe2 (patch)
tree698b67d49360f7f3f4217cea171127e1f0e4881a /sql
parent64a91288d63bc2c5cda7272c2c7068b1a6c4d783 (diff)
Scripts/Spells: Handle quest tame spells in spell script (#27022)
(cherry picked from commit 4441d42253d64ccd8fc9f78f1b44c851d6408312)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_03_19_08_world_2021_10_07_00_world.sql21
1 files changed, 21 insertions, 0 deletions
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');