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/updates | |
| parent | c0f2a0eac02d47b22745151bd681fe7fd5927e5b (diff) | |
* Fix CD of Tears of the Vanquished.
* Few world.spell_proc_event cleanup.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8374_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 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 + |
