From d16f5ab777ed8dc69df17db2ef80350f17b30dc9 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 10 Feb 2022 22:58:56 +0100 Subject: Scripts/Spells: Fixed holy paladin talent Awakening --- sql/updates/world/master/2022_02_10_01_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/master/2022_02_10_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_02_10_01_world.sql b/sql/updates/world/master/2022_02_10_01_world.sql new file mode 100644 index 00000000000..326f3268f76 --- /dev/null +++ b/sql/updates/world/master/2022_02_10_01_world.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (248033); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(248033,0x00,10,0x00000000,0x00000000,0x00044000,0x00000000,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0,0,0,0); -- Awakening + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_awakening'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(248033,'spell_pal_awakening'); + +DELETE FROM `spell_group` WHERE `id`=1107; +DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1107; -- cgit v1.2.3