From 69f2f8cd8cf2d5946bafb294e9b60841271fa875 Mon Sep 17 00:00:00 2001 From: Mematoru23 <127750549+Mematoru23@users.noreply.github.com> Date: Sat, 10 Feb 2024 23:13:09 +0200 Subject: Scripts/Spells: Implemented Priest talent Crystalline Reflection (#29677) --- sql/updates/world/master/2024_02_10_05_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_02_10_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_02_10_05_world.sql b/sql/updates/world/master/2024_02_10_05_world.sql new file mode 100644 index 00000000000..f9fd0df3225 --- /dev/null +++ b/sql/updates/world/master/2024_02_10_05_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_crystalline_reflection'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(17,'spell_pri_crystalline_reflection'); -- cgit v1.2.3