diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-16 22:57:09 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-16 23:00:54 +0200 |
| commit | b21749a68c19fb1dc6a7d72fc85f6d148b3b753f (patch) | |
| tree | 15910d5d9c84d7394ce4f3cad9813d0f933facc8 /sql | |
| parent | d2e1b7421a74b54dbc02fa3a9c33fb9bb012d1e7 (diff) | |
Core/Spells: Fix shaman talent "Feedback"
Note: For Chain Lightning need more fix
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_06_16_00_world_spell_misc_434.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_16_00_world_spell_misc_434.sql b/sql/updates/world/2013_06_16_00_world_spell_misc_434.sql new file mode 100644 index 00000000000..917c05bfad8 --- /dev/null +++ b/sql/updates/world/2013_06_16_00_world_spell_misc_434.sql @@ -0,0 +1,11 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (86183,86184,86185); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(86183, 'spell_sha_feedback'), +(86184, 'spell_sha_feedback'), +(86185, 'spell_sha_feedback'); + +DELETE FROM `spell_proc_event` WHERE `entry` IN (86183,86184,86185); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(86183, 0, 11, 0x3, 0, 0, 0, 0, 0, 0, 0), +(86184, 0, 11, 0x3, 0, 0, 0, 0, 0, 0, 0), +(86185, 0, 11, 0x3, 0, 0, 0, 0, 0, 0, 0); |
