mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Spells: Fix shaman talent "Feedback"
Note: For Chain Lightning need more fix
This commit is contained in:
11
sql/updates/world/2013_06_16_00_world_spell_misc_434.sql
Normal file
11
sql/updates/world/2013_06_16_00_world_spell_misc_434.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user