mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB/Spells: added and updated proc data for Lightweave Embroidery
This commit is contained in:
4
sql/updates/world/4.3.4/2022_03_10_01_world.sql
Normal file
4
sql/updates/world/4.3.4/2022_03_10_01_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user