diff options
| author | John Holiver <none@none> | 2010-06-02 18:37:05 -0300 |
|---|---|---|
| committer | John Holiver <none@none> | 2010-06-02 18:37:05 -0300 |
| commit | c0f2a0eac02d47b22745151bd681fe7fd5927e5b (patch) | |
| tree | e5c1e8c94ec177d6fc6457901da5bbbd963d2be1 | |
| parent | cba199fa204635bf69e4c16fff3de01ce43510c3 (diff) | |
* Fix Shaman T10 2 part bonus procing only for Riptide now
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/8373_spell_proc_event.sql | 3 | ||||
| -rw-r--r-- | sql/world.sql | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/8373_spell_proc_event.sql b/sql/updates/8373_spell_proc_event.sql new file mode 100644 index 00000000000..20f87b3f1f9 --- /dev/null +++ b/sql/updates/8373_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (70807); +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES +( 70807, 0, 11, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0x00000000, 0, 100, 0); -- Item - Shaman T10 Restoration 2P Bonus diff --git a/sql/world.sql b/sql/world.sql index 0e98848c5ee..30e992437e0 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -7171,6 +7171,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 67356, 0x08, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Druid T9 Restoration Relic (Rejuvenation) ( 67771, 1, 0, 0x00000000, 0x00000000, 0x00000000, 0x0851154, 0x03, 0, 35, 45), -- Item - Coliseum Melee Trinket 10men ( 67702, 1, 0, 0x00000000, 0x00000000, 0x00000000, 0x0851154, 0x03, 0, 35, 45), -- Item - Coliseum Melee Trinket 25men +( 70807, 0, 11, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0x00000000, 0, 100, 0), -- Item - Shaman T10 Restoration 2P Bonus ( 71519, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 105), -- Item - Deathbringer's Will Trinket Normal ( 71562, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 105); -- Item - Deathbringer's Will Trinket Heroic /*!40000 ALTER TABLE `spell_proc_event` ENABLE KEYS */; |
