aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-02-25 11:03:22 +0100
committerGitHub <noreply@github.com>2024-02-25 11:03:22 +0100
commitd7d382ea43f945b890aa5227459ec27df178e032 (patch)
treedc70fb5a6854e39917bc399ad69b9d16cf5482a7 /sql
parenteac4bf825ab7cc0f423dd11a6dea85ad3563af66 (diff)
Scripts/Spells: Fix Shield of the Righteous armor bonus (#29749)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_02_25_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_02_25_00_world.sql b/sql/updates/world/master/2024_02_25_00_world.sql
new file mode 100644
index 00000000000..ce76aeda227
--- /dev/null
+++ b/sql/updates/world/master/2024_02_25_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_pal_shield_of_the_righteous';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(53600, 'spell_pal_shield_of_the_righteous');