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 | |
parent | 596488d05eb787af12fa5155cabe8ae080b79b18 (diff) |
*Fix the spell proc for Nature's Grace.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/1906_world.sql | 6 | ||||
-rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
2 files changed, 7 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); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 106c383a41e..a7f648271f8 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -85,4 +85,5 @@ INSTALL(FILES 1886_world.sql 1895_world.sql 1905_world.sql +1906_world.sql DESTINATION share/trinity/sql/updates)
\ No newline at end of file |