aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-03-05 10:16:12 +0100
committerGitHub <noreply@github.com>2021-03-05 10:16:12 +0100
commit6031e6ba0e9bec9f64b1310357be11e6cb4b88a2 (patch)
tree8220767e18112e3cadf957b18226360a36c3214c
parent898f97781c7f3cc5d40b4f9947571058b7ff7a75 (diff)
Add missing delete query
-rw-r--r--sql/updates/world/master/2021_03_04_00_world_paladin_spells.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/world/master/2021_03_04_00_world_paladin_spells.sql b/sql/updates/world/master/2021_03_04_00_world_paladin_spells.sql
index 1a423ce6c88..fb90c1e6e3e 100644
--- a/sql/updates/world/master/2021_03_04_00_world_paladin_spells.sql
+++ b/sql/updates/world/master/2021_03_04_00_world_paladin_spells.sql
@@ -5,7 +5,8 @@ DELETE FROM `spell_script_names` WHERE `ScriptName` IN
'spell_pal_selfless_healer',
'spell_pal_crusader_might',
'spell_pal_righteous_protector',
- 'spell_pal_moment_of_glory');
+ 'spell_pal_moment_of_glory',
+ 'spell_pal_righteous_verdict');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(20271, 'spell_pal_judgement'), -- Judgement Ret (20271)
(275779, 'spell_pal_judgement'), -- Judgement Prot (275779)