diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-12-01 14:29:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-01 14:29:46 +0100 |
commit | 7231f6722ff7854b8c8bf8cbe2dd83f64ef2b5e0 (patch) | |
tree | 7fdf6e455618d9a1c7eba633954836d172c0f49a /sql | |
parent | 9c6a9d031ef0227093d42360e6acd9d17e07ab0c (diff) |
Scripts/Spells: Implement demon hunter talent "Chaotic Transformation" (#30471)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_12_01_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_01_02_world.sql b/sql/updates/world/master/2024_12_01_02_world.sql new file mode 100644 index 00000000000..4588bd5c44b --- /dev/null +++ b/sql/updates/world/master/2024_12_01_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_chaotic_transformation'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(191427, 'spell_dh_chaotic_transformation'); |