diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/1732_world.sql | 7 | ||||
-rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/1732_world.sql b/sql/updates/1732_world.sql new file mode 100644 index 00000000000..c3ff759c29a --- /dev/null +++ b/sql/updates/1732_world.sql @@ -0,0 +1,7 @@ +-- Improved Cower +INSERT INTO `spell_proc_event` VALUES (53180, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (53181, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); + +-- Guard Dog +INSERT INTO `spell_proc_event` VALUES (53178, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (53179, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 0ca75b20f73..b404ff1e787 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -70,4 +70,5 @@ INSTALL(FILES 1727_world_script.sql 1729_world.sql 1730_world.sql +1732_world.sql DESTINATION share/trinity/sql/updates)
\ No newline at end of file |