diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-26 22:25:29 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-26 22:25:29 +0200 |
| commit | 0d9cc47cbbe6256dd67b232996df7f7a4579f3d7 (patch) | |
| tree | 96cf9325e5825fd0d775fb5b7dd8937bf28c13a3 /sql | |
| parent | ccca0874a275f3acb813e2916139e15e8c4e925e (diff) | |
Core/Spells: Fix shaman talent "Telluric Currents"
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_06_26_00_world_spell_misc_434.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_26_00_world_spell_misc_434.sql b/sql/updates/world/2013_06_26_00_world_spell_misc_434.sql new file mode 100644 index 00000000000..6a0e79f1d4a --- /dev/null +++ b/sql/updates/world/2013_06_26_00_world_spell_misc_434.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (82984,82988); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(82984, 'spell_sha_telluric_currents'), +(82988, 'spell_sha_telluric_currents'); + +DELETE FROM `spell_proc_event` WHERE `entry` IN (82984,82988); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(82984, 0, 11, 0x1, 0, 0, 0, 0, 0, 0, 0), +(82988, 0, 11, 0x1, 0, 0, 0, 0, 0, 0, 0); |
