diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-12-01 02:51:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-01 02:51:04 +0200 |
| commit | 43315e0e19fe1609b336f6a9aae486e302317c79 (patch) | |
| tree | 7be2e9fcfac396e9328275850f0bea6333ae3ae1 /sql | |
| parent | 2fe3b6cc2ff7f68ffbd009b80ab39dc8f3264abf (diff) | |
Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_12_01_03_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_12_01_03_world.sql b/sql/updates/world/3.3.5/2021_12_01_03_world.sql new file mode 100644 index 00000000000..25617ca9969 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
