diff options
| author | Nevan <none@none> | 2009-08-17 03:28:52 +0200 |
|---|---|---|
| committer | Nevan <none@none> | 2009-08-17 03:28:52 +0200 |
| commit | 19ebe75d4102bb27a39edf196b1245635839c239 (patch) | |
| tree | a013760684149d4d4d26972ba7d0fecbb3c7d381 /sql/FULL | |
| parent | 05f2f1911a1e4647c91c357aa42489997fd5154c (diff) | |
*Fix Frozen Power Talent
--HG--
branch : trunk
Diffstat (limited to 'sql/FULL')
| -rw-r--r-- | sql/FULL/world_spell_full.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index 51497eafea9..8dbde223b50 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -1526,7 +1526,9 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell ( 61434, 0x00, 15, 0x00400000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Blood of the north ( 49467, 0x00, 15, 0x00000010, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Death Rune Mastery ( 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 +( 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) -- -------- -- ENCHANT PROC |
