diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2025-05-17 14:12:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-17 13:12:48 +0200 |
| commit | 98972550171108bc4b50100d8c923a62f8df1086 (patch) | |
| tree | b08fa21baa5922ce015989cb6331054244fe3dee /sql | |
| parent | d1fa9cbc4783eabc1fddbcaedf11c6b3043e6b66 (diff) | |
Scripts/SethekkHalls: Modernize scripts (#30935)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2025_05_17_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_05_17_03_world.sql b/sql/updates/world/3.3.5/2025_05_17_03_world.sql new file mode 100644 index 00000000000..02e836d3144 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_05_17_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_darkweaver_syth_summon_elementals'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(33595, 'spell_darkweaver_syth_summon_elementals'); |
