diff options
| author | John Holiver <none@none> | 2010-08-31 15:01:04 -0300 |
|---|---|---|
| committer | John Holiver <none@none> | 2010-08-31 15:01:04 -0300 |
| commit | 258398ed3078f3bd506bdf56e0cbead754770bb6 (patch) | |
| tree | db86fbc96aa2e50f8252045bd1685ef1085867d7 /sql/updates | |
| parent | e32ece52ea801127941fd352980a2e7d7958a9c6 (diff) | |
Fixes Druid T10 Balance 4P bonus.
Fixes DK T10 Melee 4P bonus.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9695_world_spell_proc_event.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/9695_world_spell_proc_event.sql b/sql/updates/9695_world_spell_proc_event.sql new file mode 100644 index 00000000000..974065aa476 --- /dev/null +++ b/sql/updates/9695_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE entry IN (70656); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 70656, 0x00, 15, 0x00000000, 0x00000000, 0x00000000, 0x00014000, 0x00000000, 0, 0, 0); -- Item - Death Knight T10 Melee 4P Bonus
\ No newline at end of file |
