diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-12-01 02:51:04 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-23 20:31:19 +0100 |
| commit | 8d3a408fdc18519ec23bbcea9d38e5839f3f70c8 (patch) | |
| tree | 2411c21762206e545892047dcee39f864f9b31bf /sql/updates | |
| parent | b6c02d20d57c720c685128e2e506e455c3077e45 (diff) | |
Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)
(cherry picked from commit 43315e0e19fe1609b336f6a9aae486e302317c79)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_03_23_02_world_2021_12_01_03_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_23_02_world_2021_12_01_03_world.sql b/sql/updates/world/master/2022_03_23_02_world_2021_12_01_03_world.sql new file mode 100644 index 00000000000..25617ca9969 --- /dev/null +++ b/sql/updates/world/master/2022_03_23_02_world_2021_12_01_03_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `spell_script_names` WHERE +(`spell_id` = 36730 AND `ScriptName` = 'spell_kaelthas_flame_strike') OR +(`spell_id` = 36976 AND `ScriptName` = 'spell_kaelthas_summon_weapons') OR +(`spell_id` = 39497 AND `ScriptName` = 'spell_kaelthas_remove_weapons'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(36730,'spell_kaelthas_flame_strike'), +(36976,'spell_kaelthas_summon_weapons'), +(39497,'spell_kaelthas_remove_weapons'); |
