mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
Core/Spells: Fixed Molten Core's proc.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Molten core
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (47245, 47246, 47247);
|
||||
INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
|
||||
(47245, 0, 5, 4, 0, 0, 0, 1, 0, 0, 0),
|
||||
(47246, 0, 5, 4, 0, 0, 0, 1, 0, 0, 0),
|
||||
(47247, 0, 5, 4, 0, 0, 0, 1, 0, 0, 0);
|
||||
Reference in New Issue
Block a user