diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-27 16:32:10 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-27 16:32:37 +0200 |
| commit | 4c78f3201c6b86ab06c288ae2db0680fcc6804b7 (patch) | |
| tree | df4440769dae6269d64d308345cf30df121fa84f /sql | |
| parent | 36c866f9ffbcc29e3e11e679e899b24fab9c39f8 (diff) | |
Core/Spells: Fix shaman talent Focused Insight
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_06_27_00_world_spell_misc_434.sql | 11 |
1 files changed, 11 insertions, 0 deletions
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); |
