mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
6 lines
410 B
SQL
6 lines
410 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); |