diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/1729_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1729_world.sql b/sql/updates/1729_world.sql new file mode 100644 index 00000000000..8e0c4abe669 --- /dev/null +++ b/sql/updates/1729_world.sql @@ -0,0 +1,4 @@ +-- Judgements of the Wise +INSERT INTO `spell_proc_event` VALUES (31876, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (31877, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (31878, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index b5e55c71468..dca714ef413 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -66,4 +66,5 @@ INSTALL(FILES 1703_world.sql 1709_mangos_7393_01_world_game_event.sql 1724_mangos_7399_01_world_trinity_string.sql +1729_world.sql DESTINATION share/trinity/sql/updates)
\ No newline at end of file |
