aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-05-04 23:18:37 +0200
committerGitHub <noreply@github.com>2025-05-04 23:18:37 +0200
commitfc362147f9613baf7ffcec12d8ea90b6aa9eb2ab (patch)
treef81686788cbb51f5bb72fd3f7166d7afd058ef49 /sql
parentbec4308385cd83e3616e26562c94f0b133dd227f (diff)
Scripts/Spells: Implement hunter talent Wilderness Medicine (#30848)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_05_04_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_04_01_world.sql b/sql/updates/world/master/2025_05_04_01_world.sql
new file mode 100644
index 00000000000..6ac836768d5
--- /dev/null
+++ b/sql/updates/world/master/2025_05_04_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_wilderness_medicine';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(136,'spell_hun_wilderness_medicine');