mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
DB/Spells: Fury Swipes will now have a 3 seconds proc cooldown to match tooltip information
This commit is contained in:
3
sql/updates/world/custom/custom_2019_08_30_00_world.sql
Normal file
3
sql/updates/world/custom/custom_2019_08_30_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` -48532;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`) VALUES
|
||||
(-48532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3000);
|
||||
Reference in New Issue
Block a user