diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-10-07 16:03:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 16:03:38 +0300 |
| commit | 4441d42253d64ccd8fc9f78f1b44c851d6408312 (patch) | |
| tree | f12503a9c5f63c934e587e1328442d55572e7621 /sql/updates | |
| parent | e8c005df3d8f1804346c7efa331ac81239b6f977 (diff) | |
Scripts/Spells: Handle quest tame spells in spell script (#27022)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_10_07_00_world.sql | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_07_00_world.sql b/sql/updates/world/3.3.5/2021_10_07_00_world.sql new file mode 100644 index 00000000000..fe6cc6dddcc --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
