diff options
| author | maximius <none@none> | 2009-09-22 18:02:03 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-09-22 18:02:03 -0700 |
| commit | 50d519b65b54696c7617ea28614967a678e23f81 (patch) | |
| tree | d615f264ea5173a41f3c041ab9b10e515898830d /sql/updates | |
| parent | 7aa91dd81b5ea3bb85d97ff30389a2a1a0a7ab28 (diff) | |
*Judgement of Wisdom PPM based, not 100%. By Drevi.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5727_world_spell.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
