From e4d3fdfcb871ff8f26ddfa02bdc243e4913ad994 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 1 Nov 2018 01:03:05 +0100 Subject: [PATCH] DB/Spells: fixed Find Weakness talent --- sql/updates/world/custom/custom_2018_11_01_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/custom/custom_2018_11_01_01_world.sql diff --git a/sql/updates/world/custom/custom_2018_11_01_01_world.sql b/sql/updates/world/custom/custom_2018_11_01_01_world.sql new file mode 100644 index 00000000000..3d4afa3543e --- /dev/null +++ b/sql/updates/world/custom/custom_2018_11_01_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (-51632); +INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES +(-51632, 8, 0x00000200 | 0x00000100 | 0x00000400, 0, 0, 0, 1 | 4, 2, 0, 0, 0, 0, 0);