diff options
-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 |