aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMematoru23 <127750549+Mematoru23@users.noreply.github.com>2024-02-10 23:13:09 +0200
committerGitHub <noreply@github.com>2024-02-10 22:13:09 +0100
commit69f2f8cd8cf2d5946bafb294e9b60841271fa875 (patch)
tree46c1878731af81ea38cbfea1fe2417a25b1f23aa /sql
parent0abdd8ce3d426d7a1c9ecec5380114a02d150da6 (diff)
Scripts/Spells: Implemented Priest talent Crystalline Reflection (#29677)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_02_10_05_world.sql3
1 files changed, 3 insertions, 0 deletions
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');