Add spell proc for Glyph of Seal of Command

--HG--
branch : trunk
This commit is contained in:
win32
2009-12-21 18:05:51 +02:00
parent 636018ca7e
commit 3ab7f40932
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
-- Glyph of Seal of Command
DELETE FROM `spell_proc_event` WHERE `entry` IN (54925);
INSERT INTO `spell_proc_event`
(`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
(54925,0x02,10,0x00000000,0x00000208,0x00000000,0x00000000,0x00000000,0,0,0);