mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
* Fix CD of Tears of the Vanquished.
* Few world.spell_proc_event cleanup. --HG-- branch : trunk
This commit is contained in:
4
sql/updates/8374_spell_proc_event.sql
Normal file
4
sql/updates/8374_spell_proc_event.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (67667);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 67667, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 45); -- Item - Coliseum Healer Trinket 5men
|
||||
|
||||
Reference in New Issue
Block a user