mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
6 lines
307 B
SQL
6 lines
307 B
SQL
-- Improved Fear
|
|
DELETE FROM `spell_proc_event` WHERE `entry` IN (53754, 53759);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0),
|
|
(53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0);
|