diff options
| author | John Holiver <none@none> | 2010-06-02 18:30:57 -0300 |
|---|---|---|
| committer | John Holiver <none@none> | 2010-06-02 18:30:57 -0300 |
| commit | cba199fa204635bf69e4c16fff3de01ce43510c3 (patch) | |
| tree | f2ee24be06b1e1aea91a2a5f1e1cfed1dc091e21 /sql/updates | |
| parent | 9f28faa29b63693a39d56d953b0f1af3cff3ba07 (diff) | |
* Fix Glyph of Mend Pet (tnx L1ghtGu4rd from Mangos)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8372_spell_proc_event.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/8372_spell_proc_event.sql b/sql/updates/8372_spell_proc_event.sql new file mode 100644 index 00000000000..0f072328d27 --- /dev/null +++ b/sql/updates/8372_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (57870); +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES +( 57870, 0x00, 9, 0x00800000, 0x00000000, 0x00000000, 0x00040000, 0x00000000, 0, 0, 0); -- Glyph of Mend Pet |
