diff options
| author | Anubisss <none@none> | 2009-03-15 00:43:29 +0100 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-03-15 00:43:29 +0100 |
| commit | f3f2f6ac11056e682766c7308ae544c7f6efa785 (patch) | |
| tree | e17af43c8c9873ada8374afc6307f2aa650e7de0 /sql/updates/1906_world.sql | |
| parent | 596488d05eb787af12fa5155cabe8ae080b79b18 (diff) | |
*Fix the spell proc for Nature's Grace.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/1906_world.sql')
| -rw-r--r-- | sql/updates/1906_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/1906_world.sql b/sql/updates/1906_world.sql new file mode 100644 index 00000000000..c4e9a85b7fa --- /dev/null +++ b/sql/updates/1906_world.sql @@ -0,0 +1,6 @@ +-- Nature's Grace -- +DELETE FROM `spell_proc_event` WHERE `entry` IN (16880, 61345, 61346); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(16880, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000002, 0.000000, 0.000000, 0), +(61345, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000002, 0.000000, 0.000000, 0), +(61346, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000002, 0.000000, 0.000000, 0); |
