Core/Spells: Fix talent Scent of Blood

Closes #590
This commit is contained in:
tobmaps
2011-05-12 05:24:48 +07:00
parent b01af0196c
commit 7e01dfc960
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_proc_event` WHERE `entry` IN (49004,49508,49509);
INSERT INTO `spell_proc_event` VALUES
(49004,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000033,0,0,0),
(49508,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000033,0,0,0),
(49509,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000033,0,0,0);