diff options
| author | Nevan <none@none> | 2009-08-17 19:23:17 +0200 |
|---|---|---|
| committer | Nevan <none@none> | 2009-08-17 19:23:17 +0200 |
| commit | 5c285e93b9b5cd4b8ecb3d18e5c752c850a11de5 (patch) | |
| tree | 3ea4a5bb839e4eb2828da7f7c8fb214c99d40afb /sql/FULL | |
| parent | 937fd6d632c38db661a0b71caf6d748ae7fc29bc (diff) | |
*Fix Glyph of Rake
--HG--
branch : trunk
Diffstat (limited to 'sql/FULL')
| -rw-r--r-- | sql/FULL/world_spell_full.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index 76fbebb274a..3503699d1bf 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -1528,7 +1528,8 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell ( 50033, 0x00, 15, 0x00000010, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Death Rune Mastery ( 50034, 0x00, 15, 0x00000010, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Death Rune Mastery ( 63373, 0x00, 11, 0x80000000, 0x00000000, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0), -- Frozen Power (Rank 1) -( 63374, 0x00, 11, 0x80000000, 0x00000000, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0); -- Frozen Power (Rank 2) +( 63374, 0x00, 11, 0x80000000, 0x00000000, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0), -- Frozen Power (Rank 2) +( 54821, 0x00, 7, 0x00001000, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0, 0, 0); -- Glyph of Rake -- -------- -- ENCHANT PROC |
