diff options
| author | Sarjuuk <junkdump@gmx.net> | 2011-07-04 06:35:15 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-07-04 06:35:15 +0700 |
| commit | 81d3ca802778300dc6817e755cd3586ce8a5cf8b (patch) | |
| tree | dbf389a44bfbff4c9cc3cce1926acb097ead2bfd /sql/base/world_database.sql | |
| parent | 57b6cb71c037e5c08525dc31808bbada0eb722e0 (diff) | |
Core/Spells: Fix Warlock T7 4P Bonus
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index db23848063c..a986cc05985 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -19220,7 +19220,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 60063, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Now is the Time! ( 60132, 0x00, 15, 0x00000000, 0x08020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Oblit/Scourge Strike Runic Power Up ( 60170, 0x00, 5, 0x00000006, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Corruption Triggers Crit -( 60172, 0x00, 5, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0, 0, 0), -- Life Tap Bonus Spirit +( 60172, 0x00, 5, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Life Tap Bonus Spirit ( 60176, 0x00, 4, 0x00000020, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Bleed Cost Reduction ( 60221, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Essence of Gossamer ( 60301, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Meteorite Whetstone |
