From edb68b7aeb070a340471e739e58b8fdcb66abf35 Mon Sep 17 00:00:00 2001 From: Rushor Date: Wed, 25 Mar 2020 16:39:19 +0100 Subject: DB/Spell: Fix the proc of the spell parry used in the quest "The Hunter and the Prince" Closes #22577 (cherry picked from commit 3bd903a04fbb8fedc46b5f2184082f2511f7f67e) --- sql/updates/world/master/2021_12_30_02_world_2020_03_25_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_12_30_02_world_2020_03_25_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_30_02_world_2020_03_25_00_world.sql b/sql/updates/world/master/2021_12_30_02_world_2020_03_25_00_world.sql new file mode 100644 index 00000000000..613674050d9 --- /dev/null +++ b/sql/updates/world/master/2021_12_30_02_world_2020_03_25_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_proc` WHERE `SpellId` = 60617; +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(60617, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0); -- cgit v1.2.3