mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 13:29:41 -04:00
c6f3532ada
*Fix Improved soul leech and correct procflags for soul leech. --HG-- branch : trunk
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); |