aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMematoru23 <127750549+Mematoru23@users.noreply.github.com>2024-02-22 22:43:47 +0200
committerGitHub <noreply@github.com>2024-02-22 21:43:47 +0100
commit89438607ae6595396cfdb6c93429805da132c7c6 (patch)
tree314141b403700d392f925b26bf372a33d5eaffcb /sql
parentefedaed6ce139464e17dda1919b81f50663cb1f8 (diff)
Scripts/Spells: Implemented Priest talent Pain Transformation (#29720)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_02_22_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_02_22_03_world.sql b/sql/updates/world/master/2024_02_22_03_world.sql
new file mode 100644
index 00000000000..16390a73006
--- /dev/null
+++ b/sql/updates/world/master/2024_02_22_03_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_pain_transformation');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(33206, 'spell_pri_pain_transformation');