mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Spells: added missing proc cooldown for Pit Fighter
This commit is contained in:
3
sql/updates/world/custom/custom_2019_12_01_00_world.sql
Normal file
3
sql/updates/world/custom/custom_2019_12_01_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 109995;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `Cooldown`) VALUES
|
||||
(109995, 0, 0, 0, 1, 2, 0, 50000);
|
||||
Reference in New Issue
Block a user