diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-07-04 23:12:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-04 23:12:05 +0200 |
commit | a8e6866a027c5078662fb407c1bc647e0ebe6ce3 (patch) | |
tree | 5560a90d11ab6b5d80acd78d2997767abe07eca9 /sql | |
parent | 8223ce647a385f21302a745ae49a62286b986cff (diff) |
Scripts/Spells: Implement warlock talent Channel Demonfire (#31112)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_07_04_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_04_02_world.sql b/sql/updates/world/master/2025_07_04_02_world.sql new file mode 100644 index 00000000000..22b7ac43c0b --- /dev/null +++ b/sql/updates/world/master/2025_07_04_02_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warl_channel_demonfire_activator', 'spell_warl_channel_demonfire_periodic', 'spell_warl_channel_demonfire_selector'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(157736, 'spell_warl_channel_demonfire_activator'), +(445474, 'spell_warl_channel_demonfire_activator'), +(196447, 'spell_warl_channel_demonfire_periodic'), +(196449, 'spell_warl_channel_demonfire_selector'); |