From d547cc8e3bc6e93e82d4437ba331b455bbbdae52 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Fri, 28 Jun 2013 16:55:12 +0200 Subject: Core/Spells: Fix hunter talent "Thrill of the Hunt" --- sql/updates/world/2013_06_28_00_world_spell_misc_434.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/2013_06_28_00_world_spell_misc_434.sql (limited to 'sql') diff --git a/sql/updates/world/2013_06_28_00_world_spell_misc_434.sql b/sql/updates/world/2013_06_28_00_world_spell_misc_434.sql new file mode 100644 index 00000000000..3f1cac1a4ed --- /dev/null +++ b/sql/updates/world/2013_06_28_00_world_spell_misc_434.sql @@ -0,0 +1,11 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (34497,34498,34499); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(34497, 'spell_hun_thrill_of_the_hunt'), +(34498, 'spell_hun_thrill_of_the_hunt'), +(34499, 'spell_hun_thrill_of_the_hunt'); + +DELETE FROM `spell_proc_event` WHERE `entry` IN (34497,34498,34499); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(34497, 0, 9, 0x880, 0x88000000, 0, 0, 0, 0, 0, 0), +(34498, 0, 9, 0x880, 0x88000000, 0, 0, 0, 0, 0, 0), +(34499, 0, 9, 0x880, 0x88000000, 0, 0, 0, 0, 0, 0); -- cgit v1.2.3