From a6809465b542dd4a3968026a0e6a414f9d4ece28 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 10 Mar 2022 20:45:44 +0100 Subject: [PATCH] DB/Spells: added and updated proc data for Lightweave Embroidery --- sql/updates/world/4.3.4/2022_03_10_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/4.3.4/2022_03_10_01_world.sql diff --git a/sql/updates/world/4.3.4/2022_03_10_01_world.sql b/sql/updates/world/4.3.4/2022_03_10_01_world.sql new file mode 100644 index 00000000000..36c3f763261 --- /dev/null +++ b/sql/updates/world/4.3.4/2022_03_10_01_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (55640, 75171); +INSERT INTO `spell_proc` (`SpellId`, `SpellTypeMask`, `SpellPhaseMask`, `Cooldown`) VALUES +(55640, 0x1 | 0x2, 0x1, 60000), +(75171, 0x1 | 0x2, 0x1, 64000);