diff options
author | John Holiver <none@none> | 2010-06-02 18:46:00 -0300 |
---|---|---|
committer | John Holiver <none@none> | 2010-06-02 18:46:00 -0300 |
commit | d85d970a14cb99fae0bde4b151e7fc307b7538e9 (patch) | |
tree | cbd447bb5ec4b953e8da491f15e3b5c593435aa2 /sql | |
parent | c0f2a0eac02d47b22745151bd681fe7fd5927e5b (diff) |
* Fix CD of Tears of the Vanquished.
* Few world.spell_proc_event cleanup.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/8374_spell_proc_event.sql | 4 | ||||
-rw-r--r-- | sql/world.sql | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sql/updates/8374_spell_proc_event.sql b/sql/updates/8374_spell_proc_event.sql new file mode 100644 index 00000000000..5882a028546 --- /dev/null +++ b/sql/updates/8374_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (67667); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 67667, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 45); -- Item - Coliseum Healer Trinket 5men + diff --git a/sql/world.sql b/sql/world.sql index 30e992437e0..794b8dc3720 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -7169,9 +7169,10 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 54925, 0x02, 10, 0x00000000, 0x00000208, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Seal of Command ( 63320, 0x00, 5, 0x80040000, 0x00000000, 0x00008000, 0x00000400, 0x00000000, 0, 0, 0), -- Glyph of Life Tap ( 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 +( 67667, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 45), -- Item - Coliseum Healer Trinket 5men +( 67771, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00851154, 0x00000003, 0, 35, 45), -- Item - Coliseum Melee Trinket 10men +( 67702, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00851154, 0x00000003, 0, 35, 45), -- Item - Coliseum Melee Trinket 25men +( 70807, 0x00, 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 */; |