From 8daa3f735d84bf1ee44cab467b2bf736d14b38c3 Mon Sep 17 00:00:00 2001 From: Mematoru <127750549+Mematoru23@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:41:03 +0300 Subject: Scripts/Spells: Implemented Priest talent Unfurling Darkness (#29885) Co-authored-by: Cristian Vintila <127750549+cristiv23@users.noreply.github.com> Co-authored-by: Shauren --- sql/updates/world/master/2024_04_08_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_04_08_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_04_08_00_world.sql b/sql/updates/world/master/2024_04_08_00_world.sql new file mode 100644 index 00000000000..6be26574246 --- /dev/null +++ b/sql/updates/world/master/2024_04_08_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_unfurling_darkness'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(34914, 'spell_pri_unfurling_darkness'); -- cgit v1.2.3