aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-02-10 22:58:56 +0100
committerShauren <shauren.trinity@gmail.com>2022-02-10 22:58:56 +0100
commitd16f5ab777ed8dc69df17db2ef80350f17b30dc9 (patch)
tree4b082c6d8388eb365d7c45eca2f63c4c501146a1 /sql
parentf1cde4cdacd85051baf1c88edc8ca730a0fcb898 (diff)
Scripts/Spells: Fixed holy paladin talent Awakening
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_10_01_world.sql10
1 files changed, 10 insertions, 0 deletions
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;