diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-12-29 22:56:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-29 22:56:24 +0100 |
| commit | ae28344083a510c5007ae6813e2e85ad2e155f33 (patch) | |
| tree | 7651a307ea68ae93fc42617970edc70dfc3c3546 /sql/updates/world | |
| parent | c197a59eb394d8c9dfb932e9cfd60787cc81746d (diff) | |
Scripts/Spells: Implement demon hunter talent "Shattered Destiny" (#30536)
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/master/2024_12_29_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_29_04_world.sql b/sql/updates/world/master/2024_12_29_04_world.sql new file mode 100644 index 00000000000..31c8b465c40 --- /dev/null +++ b/sql/updates/world/master/2024_12_29_04_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_shattered_destiny'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(388116, 'spell_dh_shattered_destiny'); |
