aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <Rushor@users.noreply.github.com>2020-03-25 16:39:19 +0100
committerKillyana <morphone1@gmail.com>2020-03-25 16:39:19 +0100
commit3bd903a04fbb8fedc46b5f2184082f2511f7f67e (patch)
treec62b7eefd933a0ac74dca8ca9e5cb2fd8f850310
parentcc0c56ceae69cab3133e3efc8173b4fd857852da (diff)
DB/Spell: Fix the proc of the spell parry used in the quest "The Hunter and the Prince"
Closes #22577
-rw-r--r--sql/updates/world/3.3.5/2020_03_25_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_25_00_world.sql b/sql/updates/world/3.3.5/2020_03_25_00_world.sql
new file mode 100644
index 00000000000..613674050d9
--- /dev/null
+++ b/sql/updates/world/3.3.5/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);