diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-05-30 13:19:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-30 13:19:32 +0200 |
commit | 7ce9cf7cd49c26900d79f0181f5c0330f286714c (patch) | |
tree | e8f9ff54702be1812a327aa2a5937adf9665f2f4 /sql | |
parent | 14864bab9eab2b733fb6240ca8798f1d5b88c02a (diff) |
Scripts/Spells: Fix warlock talent Shadowburn (#30951)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_05_30_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_30_02_world.sql b/sql/updates/world/master/2025_05_30_02_world.sql new file mode 100644 index 00000000000..6253af0012b --- /dev/null +++ b/sql/updates/world/master/2025_05_30_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_shadowburn'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(17877,'spell_warl_shadowburn'); |