diff options
| author | Nevan <none@none> | 2009-08-23 17:59:32 +0200 |
|---|---|---|
| committer | Nevan <none@none> | 2009-08-23 17:59:32 +0200 |
| commit | 023e98f21f164985a2d0f80cf8c9f6c7c7ac8e79 (patch) | |
| tree | cea07a729a82f2e44ab3d0e2580014f3b8f20063 /sql/updates | |
| parent | 0b06baee4dcbc18534bbfb3becb679ae42103439 (diff) | |
*Fix Glyph of Starfire
*Fix Glyph of Shred
*Fix Glyph of Backstab
-- Thanks megamage for help me with that.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5321_world_spell_proc_event.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/5321_world_spell_proc_event.sql b/sql/updates/5321_world_spell_proc_event.sql new file mode 100644 index 00000000000..7403b781685 --- /dev/null +++ b/sql/updates/5321_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (54815,54845,56800); +INSERT INTO `spell_proc_event` VALUES +( 54815, 0x00, 7, 0x00008000, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0, 0, 0), -- Glyph of Shred +( 54845, 0x00, 7, 0x00000004, 0x00000000, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0), -- Glyph of Starfire +( 56800, 0x00, 8, 0x00800004, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0, 0, 0); -- Glyph of Backstab |
