diff options
| author | Nevan <none@none> | 2009-08-23 21:51:14 +0200 |
|---|---|---|
| committer | Nevan <none@none> | 2009-08-23 21:51:14 +0200 |
| commit | fd448f94918d560c919deebbf8bf4547804c38d8 (patch) | |
| tree | 870f2c2dd420ed36e50c8d1924801ca373444cc1 /sql/updates | |
| parent | 08539ec0a4eabc903d8fbaf34aba465f20e0b698 (diff) | |
*Fix Glyph of Innervate
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5330_world_spell_proc_event.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5330_world_spell_proc_event.sql b/sql/updates/5330_world_spell_proc_event.sql new file mode 100644 index 00000000000..ae05ed2dddd --- /dev/null +++ b/sql/updates/5330_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 54832; +INSERT INTO spell_proc_event VALUES +( 54832, 0x00, 7, 0x00000000, 0x00001000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0); -- Glyph of Innervate |
