mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/Spells: Fix Malfurion's Gift. Close #8546
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Malfurion's Gift
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN ('92363', '92364');
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`)
|
||||
VALUES
|
||||
(92363, 0, 7, 0, 16, 0, 278528, 0, 0, 2, 0),
|
||||
(92364, 0, 7, 0, 16, 0, 278528, 0, 0, 4, 0);
|
||||
Reference in New Issue
Block a user