diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-26 22:13:11 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-26 22:13:11 +0200 |
| commit | 36412fbe7d41817853e981bc6499387cafcc6ac9 (patch) | |
| tree | 988ff9dd9b65133884748919fc3a6431f8da54c4 /sql/updates | |
| parent | d5d3e785b761f7b96dc6cdf4770c50aa36b25996 (diff) | |
Core/Spells: Fix druid talent "Stampede"
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_07_26_06_world_spell_misc_434.sql | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_26_06_world_spell_misc_434.sql b/sql/updates/world/2013_07_26_06_world_spell_misc_434.sql new file mode 100644 index 00000000000..704e12d75d4 --- /dev/null +++ b/sql/updates/world/2013_07_26_06_world_spell_misc_434.sql @@ -0,0 +1,17 @@ +DELETE FROM `spell_proc_event` WHERE `entry`IN (-78892,-81021); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(-78892, 0, 7, 0, 0, 0x30, 0x1000, 0, 0, 100, 0), +(-81021, 0, 0, 0, 0, 0, 0x10, 0, 0, 100, 0); + +DELETE FROM `spell_script_names` WHERE `spell_id`=-78892; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-78892,'spell_dru_stampede'); + +DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (81016,81021); +INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES +-- Bär +(81016, 81016, 1), +(81016, 81017, 2), +-- Cat +(81021, 81021, 1), +(81021, 81022, 2); |
