diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-09-07 14:45:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 14:45:36 +0200 |
commit | c6af3087d047d06a76e7b26b02eb377461493ee3 (patch) | |
tree | 022e96bd2d703c168e0570f9e06d93da416875b4 /sql | |
parent | e48cdc6c068520bed17df98f0dfd7612dc903a79 (diff) |
Scripts/Spells: Implement warlock talent Volatile Agony (#30161)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_09_07_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_07_00_world.sql b/sql/updates/world/master/2024_09_07_00_world.sql new file mode 100644 index 00000000000..026c315dbe1 --- /dev/null +++ b/sql/updates/world/master/2024_09_07_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_volatile_agony'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(980, 'spell_warl_volatile_agony'); |