aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorCristian Vintila <127750549+cristianvnt@users.noreply.github.com>2025-12-22 23:12:31 +0200
committerGitHub <noreply@github.com>2025-12-22 22:12:31 +0100
commitbfb06b771f436f2fff98dce0eefdb449dea791d8 (patch)
tree10d51a2eedf594557013e00d7b4ced1382086d8b /sql/updates
parentccdfd71ad763d6437f97d59d840f7f8c95b41b42 (diff)
Scripts/Spells: Implement priest talent Angelic Bulwark (#31450)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_12_22_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_12_22_01_world.sql b/sql/updates/world/master/2025_12_22_01_world.sql
new file mode 100644
index 00000000000..babae81fa50
--- /dev/null
+++ b/sql/updates/world/master/2025_12_22_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_angelic_bulwark');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(108945, 'spell_pri_angelic_bulwark');