aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2022-01-30 00:10:04 +0100
committerGitHub <noreply@github.com>2022-01-30 00:10:04 +0100
commit72839e660e41dd39c9bd3030a66c7a010dc8016a (patch)
treedb9667e3597e66c01b0a7a8f93d659907781597a /sql
parentfaf12a888394f220fa057526b56bd456f3790f4f (diff)
Scripts/Spells: Judgment (Holy) will now apply Rank 3 debuff if the paladin knows it (#27685)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_01_29_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_29_00_world.sql b/sql/updates/world/master/2022_01_29_00_world.sql
new file mode 100644
index 00000000000..02061a4aa69
--- /dev/null
+++ b/sql/updates/world/master/2022_01_29_00_world.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_judgement';
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_judgment';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(20271,'spell_pal_judgment'),
+(275779,'spell_pal_judgment'),
+(275773,'spell_pal_judgment');