From 50d519b65b54696c7617ea28614967a678e23f81 Mon Sep 17 00:00:00 2001 From: maximius Date: Tue, 22 Sep 2009 18:02:03 -0700 Subject: *Judgement of Wisdom PPM based, not 100%. By Drevi. --HG-- branch : trunk --- sql/FULL/world_spell_full.sql | 1 + sql/updates/5727_world_spell.sql | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 sql/updates/5727_world_spell.sql (limited to 'sql') diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index 9e455b8a521..de54326d679 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -721,6 +721,7 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell ( 20181, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000043, 0, 0, 0), -- Reckoning (Rank 3) ( 20182, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000043, 0, 0, 0), -- Reckoning (Rank 5) ( 20185, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 15, 0, 0), -- Judgement of Light +( 20186, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 15, 0, 0), -- Judgement of Wisdom ( 20210, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 1) ( 20212, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 2) ( 20213, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 3) diff --git a/sql/updates/5727_world_spell.sql b/sql/updates/5727_world_spell.sql new file mode 100644 index 00000000000..2428c0d7130 --- /dev/null +++ b/sql/updates/5727_world_spell.sql @@ -0,0 +1,5 @@ + +-- *Judgement of Wisdom PPM based, not 100%. By Drevi. +DELETE FROM `spell_proc_event` WHERE `entry`=20186; +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 20186, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 15, 0, 0); -- Judgement of Wisdom -- cgit v1.2.3