mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
Add spell proc for Glyph of Seal of Command
--HG-- branch : trunk
This commit is contained in:
5
sql/updates/6691_world_spell_proc_event.sql
Normal file
5
sql/updates/6691_world_spell_proc_event.sql
Normal 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);
|
||||
Reference in New Issue
Block a user