From 89438607ae6595396cfdb6c93429805da132c7c6 Mon Sep 17 00:00:00 2001 From: Mematoru23 <127750549+Mematoru23@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:43:47 +0200 Subject: Scripts/Spells: Implemented Priest talent Pain Transformation (#29720) --- sql/updates/world/master/2024_02_22_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_02_22_03_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3