From 7e01dfc960dded3257906c3cc422005fa3779d2d Mon Sep 17 00:00:00 2001 From: tobmaps Date: Thu, 12 May 2011 05:24:48 +0700 Subject: Core/Spells: Fix talent Scent of Blood Closes #590 --- sql/base/world_database.sql | 3 +++ sql/updates/world/2011_05_11_12_world_spell_proc_event.sql | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 sql/updates/world/2011_05_11_12_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 13d5f51eb8e..1a2fce0c25e 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -18998,6 +18998,9 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 48951, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Holy Shield (Rank 5) ( 48952, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Holy Shield (Rank 6) ( 48988, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Bloody Vengeance (Rank 1) +( 49004, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000033, 0, 0, 0), -- Scent of Blood (Rank 1) +( 49508, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000033, 0, 0, 0), -- Scent of Blood (Rank 2) +( 49509, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000033, 0, 0, 0), -- Scent of Blood (Rank 3) ( 49018, 0x00, 15, 0x01400000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Sudden Doom (Rank 1) ( 49194, 0x00, 15, 0x00002000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Unholy Blight ( 49027, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 3, 20), -- Bloodworms (Rank 1) diff --git a/sql/updates/world/2011_05_11_12_world_spell_proc_event.sql b/sql/updates/world/2011_05_11_12_world_spell_proc_event.sql new file mode 100644 index 00000000000..4735c888376 --- /dev/null +++ b/sql/updates/world/2011_05_11_12_world_spell_proc_event.sql @@ -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); -- cgit v1.2.3