diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-09-07 19:48:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 19:48:37 +0200 |
commit | 5192f36a0d7d3bc462ffd55c478b35ffd6c21010 (patch) | |
tree | f27c3012c1ccb8e8fa31b3abb80d21c3c7c0043e /sql | |
parent | c6af3087d047d06a76e7b26b02eb377461493ee3 (diff) |
Scripts/Spells: Implement warlock talent Perpetual Unstability (#30162)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_09_07_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_07_01_world.sql b/sql/updates/world/master/2024_09_07_01_world.sql new file mode 100644 index 00000000000..5008e78a006 --- /dev/null +++ b/sql/updates/world/master/2024_09_07_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_perpetual_unstability'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(316099, 'spell_warl_perpetual_unstability'); |