aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2023-08-20 19:29:01 +0200
committerGitHub <noreply@github.com>2023-08-20 19:29:01 +0200
commit119200b74582bc90cc75ebd60873a3d9afb77fa0 (patch)
treeb90d006c41aac7b0282847ed0f278f10e07c8a15 /sql/updates
parent30d304298ca6ae6d4f2d7f716dff2a0f0b1db7f6 (diff)
Scripts/Spells: Implement druid talent Inner Peace (#29186)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_08_20_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_20_03_world.sql b/sql/updates/world/master/2023_08_20_03_world.sql
new file mode 100644
index 00000000000..34ecd2f29d2
--- /dev/null
+++ b/sql/updates/world/master/2023_08_20_03_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_inner_peace');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(740, 'spell_dru_inner_peace');