mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
*Clearcasting for Arcane Potency - From KAPATEJIb's cumulative patch package --HG-- branch : trunk
9 lines
772 B
SQL
9 lines
772 B
SQL
DELETE FROM `spell_proc_event` WHERE `entry` IN (44544);
|
|
-- Fingers of frost triggered spell
|
|
INSERT INTO `spell_proc_event` VALUES (44544, 0x00, 0x00000003, 0x00000000, 0x00100000, 0x00000000, 0x00010000, 0x00000000, 0.000000, 0.000000, 0);
|
|
|
|
-- Sudden Death
|
|
DELETE FROM `spell_proc_event` WHERE `entry` IN (29723, 29725, 29724);
|
|
INSERT INTO `spell_proc_event` VALUES (29723, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
|
|
INSERT INTO `spell_proc_event` VALUES (29725, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
|
|
INSERT INTO `spell_proc_event` VALUES (29724, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); |