diff options
author | click <none@none> | 2010-04-26 00:01:57 +0200 |
---|---|---|
committer | click <none@none> | 2010-04-26 00:01:57 +0200 |
commit | 2a1299fc3344ed21ef6074d3aca90c91d31aecca (patch) | |
tree | 3cf1450ecf29c9bfec9eec9febd3721340ee8ead | |
parent | 4f209556c3a31949758f5d0f1dc77e7f9a3942ca (diff) |
Spellfixes:: Libram of Valiance, Divine Guardian rank 1, Glyph of Seal of Command
Fix by liberate
--HG--
branch : trunk
-rw-r--r-- | sql/updates/8004_world_spell_proc_event.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/8004_world_spell_proc_event.sql b/sql/updates/8004_world_spell_proc_event.sql new file mode 100644 index 00000000000..1880f2af4ac --- /dev/null +++ b/sql/updates/8004_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` in (67365,53527); +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES +(67365,2,10,0,0x0800,0,0x040000,0,0,70,6), +(53527,1,10,0,0,0x0004,0x0400,0x0001,0,100,0), +(54925,2,10,0,0x0200,0,0,0,0,0,0); |