diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-12-20 16:02:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 16:02:57 +0100 |
commit | a2371c84672320c07d00b481ccdb7c852d24dbdf (patch) | |
tree | 65f57e5c2d8c2b6ab829dc60d0f1f5cb7bb87da0 /sql/updates | |
parent | ad06dcaaec6b55e3c2e6ae8214a44074f343c8ca (diff) |
Scripts/Spells: Implement demon hunter talent "Furious Gaze" (#30530)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2024_12_20_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_20_00_world.sql b/sql/updates/world/master/2024_12_20_00_world.sql new file mode 100644 index 00000000000..f85eccdaa76 --- /dev/null +++ b/sql/updates/world/master/2024_12_20_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_furious_gaze'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(198013, 'spell_dh_furious_gaze'); |