aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-11-29 22:05:20 +0100
committerGitHub <noreply@github.com>2024-11-29 22:05:20 +0100
commit0a44d3b50844e634ffb8b39d93cf34b53c24e692 (patch)
treee2c4b3dc6e0c237f088be75654ae5f01b8f43ad8 /sql/updates
parent5f854be4eb532ed89df9cc81e5d4fa9040196e8f (diff)
Scripts/Spells: Fix evoker talent Verdant Embrace (#30439)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2024_11_29_01_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_11_29_01_world.sql b/sql/updates/world/master/2024_11_29_01_world.sql
new file mode 100644
index 00000000000..3d6ccd34dce
--- /dev/null
+++ b/sql/updates/world/master/2024_11_29_01_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_evo_verdant_embrace', 'spell_evo_verdant_embrace_trigger_heal');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(360995, 'spell_evo_verdant_embrace'),
+(396557, 'spell_evo_verdant_embrace_trigger_heal');