aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/1857_world.sql6
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/1857_world.sql b/sql/updates/1857_world.sql
new file mode 100644
index 00000000000..095e0e2ee5e
--- /dev/null
+++ b/sql/updates/1857_world.sql
@@ -0,0 +1,6 @@
+-- Psyhic Horror
+INSERT INTO `spell_proc_event` VALUES (47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
+INSERT INTO `spell_proc_event` VALUES (47572, 0x00, 6, 59981, 0x00000000, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
+-- Improved Fear
+INSERT INTO `spell_proc_event` VALUES (53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
+INSERT INTO `spell_proc_event` VALUES (53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 3b8a3a5a82e..fef056a705b 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -78,4 +78,5 @@ INSTALL(FILES
1814_world.sql
1825_world.sql
1828_world.sql
+1857_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file