diff options
author | Anubisss <none@none> | 2009-08-04 01:29:21 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-08-04 01:29:21 +0200 |
commit | 29c9d709b908bae35b03dc24e5ba64481c1d547e (patch) | |
tree | 5643ee9ffe48e54320c2870cccf832e89fc47905 | |
parent | 834c10a0dfb3c2465d65dbdbd5202bd313a159ee (diff) | |
parent | ad5cf0a0bacfdab1fa672751632b357f25194e5b (diff) |
*Merge last two revs. :(
--HG--
branch : trunk
-rw-r--r-- | sql/FULL/world_spell_full.sql | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index d3820264656..13c84b10b25 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -509,6 +509,12 @@ INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `t DELETE FROM `playercreateinfo_spell` WHERE Spell = 56816; INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES (0, 6, 56816, 'Rune Strike'); +DELETE FROM `playercreateinfo_spell` WHERE `spell` = 60091; +INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES +(1, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'), +(3, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'), +(10, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'), +(11, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'); -- -------- -- PROC @@ -1497,8 +1503,7 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell ( 56636, 0x00, 4, 0x00000020, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 6), -- Taste for Blood (Rank 1) ( 56637, 0x00, 4, 0x00000020, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 6), -- Taste for Blood (Rank 2) ( 56638, 0x00, 4, 0x00000020, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 6), -- Taste for Blood (Rank 3) -( 56375, 0x00, 3, 0x01000000, 0x00000000, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0), -- Glyphs of Polymorph -( 64928, 0x00, 11, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Item - Shaman T8 Elemental 4P Bonus +( 56375, 0x00, 3, 0x01000000, 0x00000000, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0); -- Glyphs of Polymorph -- -------- -- ENCHANT PROC |