aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_04_19_00_world_priest_holy_words.sql17
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_04_19_00_world_priest_holy_words.sql b/sql/updates/world/master/2021_04_19_00_world_priest_holy_words.sql
new file mode 100644
index 00000000000..073c084fcc2
--- /dev/null
+++ b/sql/updates/world/master/2021_04_19_00_world_priest_holy_words.sql
@@ -0,0 +1,17 @@
+-- Spell Proc
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_holy_words');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(63733, 'spell_pri_holy_words');
+
+-- Spell Procs
+-- Make holy words Proc on the following spells:
+-- 2060 Heal 0x1000
+-- 2061 Flash Heal 0x0800
+-- 596 Prayer of Healing 0x0200
+-- 139 Renew 0x0040
+-- 585 Smite 0x0080
+-- 0x1AC0
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (63733); -- Holy Words
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(63733, 0, 6, 0x1AC0, 0x0, 0x0, 0x0, 0, 7, 2, 0x403, 0x0, 0, 0, 0, 0, 0);