diff options
author | offl <11556157+offl@users.noreply.github.com> | 2022-07-18 00:55:46 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-09-05 21:18:23 +0200 |
commit | 243efd378c383a42532f485b7dc9c2c3ae6cf3fd (patch) | |
tree | 508f2d4d9b1a399a80e3e129e3667da52be81280 /sql/updates | |
parent | 2102eced8f12d742a4c9c4c868393c44b7e4949f (diff) |
Scripts/Spells: Script 'Hate To' spells (#28129)
(cherry picked from commit d06842d42a0c140e76571fa30131a950be6d5faa)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2022_09_05_22_world_2022_07_17_00_world.sql | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_05_22_world_2022_07_17_00_world.sql b/sql/updates/world/master/2022_09_05_22_world_2022_07_17_00_world.sql new file mode 100644 index 00000000000..f40b8ec5f6e --- /dev/null +++ b/sql/updates/world/master/2022_09_05_22_world_2022_07_17_00_world.sql @@ -0,0 +1,15 @@ +-- +UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_hate_to_zero_caster_target' WHERE `ScriptName` = 'spell_yogg_saron_hate_to_zero'; + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( +'spell_gen_hate_to_zero', +'spell_gen_hate_to_50', +'spell_gen_hate_to_75'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(9204,'spell_gen_hate_to_zero'), +(20538,'spell_gen_hate_to_zero'), +(26569,'spell_gen_hate_to_zero'), +(26637,'spell_gen_hate_to_zero'), +(37326,'spell_gen_hate_to_zero'), +(19707,'spell_gen_hate_to_50'), +(26886,'spell_gen_hate_to_75'); |