diff options
| author | DrTenma <dr.tenma@yahoo.com> | 2011-01-30 19:14:18 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-01-30 19:14:18 +0100 |
| commit | 59448fddc4daa12d1ac40a517ec29765c612e6a3 (patch) | |
| tree | f412ddb9dffa14eeab298116b03ecc20d7789434 /sql/updates | |
| parent | d1fe53417a89cbb33a1e95b2173154bcfd06716c (diff) | |
Core/Spells: Fixed Judgements of the Just
Signed-off-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2011_01_30_0_world_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/2011_01_30_0_world_spell_proc_event.sql b/sql/updates/2011_01_30_0_world_spell_proc_event.sql new file mode 100644 index 00000000000..ba205cd48ef --- /dev/null +++ b/sql/updates/2011_01_30_0_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (53695,53696); +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES +(53695,0x00,10,0x00800000,0x00000000,0x00000008,0x00000000,0x00000000,0,0,0), -- Judgements of the Just (Rank 1) +(53696,0x00,10,0x00800000,0x00000000,0x00000008,0x00000000,0x00000000,0,0,0); -- Judgements of the Just (Rank 2) |
