diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-01 22:02:14 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-01 22:02:14 +0200 |
| commit | 26d090fa9ac9457819874b0a7b5df7f57e6ee504 (patch) | |
| tree | 3550d980a4f2f3d756ac9c7b4ab86c3d5fe4832c /sql | |
| parent | ec34ff90239e273583f2943bd0c5568d05c917b5 (diff) | |
Core/Spells: Fix druid talent "Nature's Grace"
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_01_02_world_spell_proc_event_434.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_01_02_world_spell_proc_event_434.sql b/sql/updates/world/2013_08_01_02_world_spell_proc_event_434.sql new file mode 100644 index 00000000000..907777522d9 --- /dev/null +++ b/sql/updates/world/2013_08_01_02_world_spell_proc_event_434.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_proc_event` WHERE `entry`=-16880; +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(-16880, 0, 7, 0x200042, 0, 0, 0, 0, 0, 0, 60); + +DELETE FROM `spell_script_names` WHERE `spell_id` IN (48517,48518); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(48517,'spell_dru_eclipse_solar'), +(48518,'spell_dru_eclipse_lunar'); |
