aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorCristian Vintila <127750549+cristianvnt@users.noreply.github.com>2026-01-02 01:11:29 +0200
committerGitHub <noreply@github.com>2026-01-02 00:11:29 +0100
commit01e0fd931b5455e6dce1eeca675ea4f1269825b1 (patch)
treeb74e41dea5c3f242aba0c5fc26e59cec2680731c /sql
parentb2596bd42c2d612e49569ea7e41972774d6139a8 (diff)
Scripts/Spells: Implemented priest talent Prayerful Litany (#31458)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2026_01_01_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2026_01_01_03_world.sql b/sql/updates/world/master/2026_01_01_03_world.sql
new file mode 100644
index 00000000000..7e291ece5af
--- /dev/null
+++ b/sql/updates/world/master/2026_01_01_03_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_prayerful_litany';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(596,'spell_pri_prayerful_litany');