From 4c78f3201c6b86ab06c288ae2db0680fcc6804b7 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Thu, 27 Jun 2013 16:32:10 +0200 Subject: Core/Spells: Fix shaman talent Focused Insight --- sql/updates/world/2013_06_27_00_world_spell_misc_434.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/2013_06_27_00_world_spell_misc_434.sql (limited to 'sql') diff --git a/sql/updates/world/2013_06_27_00_world_spell_misc_434.sql b/sql/updates/world/2013_06_27_00_world_spell_misc_434.sql new file mode 100644 index 00000000000..17055afe2bf --- /dev/null +++ b/sql/updates/world/2013_06_27_00_world_spell_misc_434.sql @@ -0,0 +1,11 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (77794,77795,77796); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(77794, 'spell_sha_focused_insight'), +(77795, 'spell_sha_focused_insight'), +(77796, 'spell_sha_focused_insight'); + +DELETE FROM `spell_proc_event` WHERE `entry` IN (77794,77795,77796); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(77794, 0, 11, 0x90100000, 0, 0, 0, 0, 0, 0, 0), +(77795, 0, 11, 0x90100000, 0, 0, 0, 0, 0, 0, 0), +(77796, 0, 11, 0x90100000, 0, 0, 0, 0, 0, 0, 0); -- cgit v1.2.3