diff options
author | John Holiver <none@none> | 2010-08-31 12:39:16 -0300 |
---|---|---|
committer | John Holiver <none@none> | 2010-08-31 12:39:16 -0300 |
commit | 46679c1bf7a9daac539d87e5c3adaae55e894327 (patch) | |
tree | 115cc69a67a1bca01a38914cab996d9df7c963fa | |
parent | 5bf31a5e81d0f22f2d215d1a2f5ae7f367768c71 (diff) |
File missing in the last commit.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/9692_world_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/9692_world_spell_proc_event.sql b/sql/updates/9692_world_spell_proc_event.sql new file mode 100644 index 00000000000..c9dd1ccfdc8 --- /dev/null +++ b/sql/updates/9692_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE entry IN (70652,70756); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 70652, 0x00, 15, 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Death Knight T10 Tank 4P Bonus +( 70756, 0x00, 10, 0x00200000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Item - Paladin T10 Holy 4P Bonus
\ No newline at end of file |