diff options
author | Machiavelli <none@none> | 2009-06-10 19:43:50 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-06-10 19:43:50 +0200 |
commit | eb9719ed4f95c81b3e1ccd4cae63b7c09baddcaf (patch) | |
tree | cd091599f6c127d5931fb097ed64743249ba3e30 /sql | |
parent | 7445ddad0520fd9a55234a0c22dca56e4e7c00d0 (diff) | |
parent | 926747b57ec6e8439d5397c57b37d2b2c3ba7b70 (diff) |
Merge
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/3901_world_spell_proc_event.sql | 3 | ||||
-rw-r--r-- | sql/world_spell_full.sql | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/3901_world_spell_proc_event.sql b/sql/updates/3901_world_spell_proc_event.sql new file mode 100644 index 00000000000..4f333311d2d --- /dev/null +++ b/sql/updates/3901_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (56249); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(56249, 0x00, 5, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0x00000000, 0, 0, 0); -- Glyph of Felhunter
\ No newline at end of file diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 1b29283c6af..b0d025ba1c5 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -1432,6 +1432,7 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell (55768, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Darkglow Embroidery (55776, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Swordguard Embroidery (56218, 0x00, 5, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Corruption +(56249, 0x00, 5, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Felhunter (56333, 0x00, 9, 0x00000004, 0x00000000, 0x00000040, 0x00022200, 0x00000000, 0, 0, 0), -- T.N.T. (Rank 1) (56336, 0x00, 9, 0x00000004, 0x00000000, 0x00000040, 0x00022200, 0x00000000, 0, 0, 0), -- T.N.T. (Rank 2) (56337, 0x00, 9, 0x00000004, 0x00000000, 0x00000040, 0x00022200, 0x00000000, 0, 0, 0), -- T.N.T. (Rank 3) |