mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
7 lines
411 B
SQL
7 lines
411 B
SQL
DELETE FROM `spell_proc_event` WHERE `entry` IN (30293, 30295, 30296);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
-- Soul Leech
|
|
(30293, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0),
|
|
(30295, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0),
|
|
(30296, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0);
|