aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-03-14 22:50:37 +0100
committerBlaymoira <none@none>2009-03-14 22:50:37 +0100
commit596488d05eb787af12fa5155cabe8ae080b79b18 (patch)
treea9326bdf1212e2d2add5619e005dc3582653db82 /sql
parent05c7639e7b6d87ef15267c990bc089d181d55d84 (diff)
*Fix haunt
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1905_world.sql4
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1905_world.sql b/sql/updates/1905_world.sql
new file mode 100644
index 00000000000..91b2ab5135f
--- /dev/null
+++ b/sql/updates/1905_world.sql
@@ -0,0 +1,4 @@
+REPLACE INTO `spell_proc_event` VALUES (48181, 0x00, 5, 0x00000000, 262144, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
+REPLACE INTO `spell_proc_event` VALUES (59161, 0x00, 5, 0x00000000, 262144, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
+REPLACE INTO `spell_proc_event` VALUES (59163, 0x00, 5, 0x00000000, 262144, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
+REPLACE INTO `spell_proc_event` VALUES (59164, 0x00, 5, 0x00000000, 262144, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0); \ No newline at end of file
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 8ad00dcd843..106c383a41e 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -84,4 +84,5 @@ INSTALL(FILES
1884_world.sql
1886_world.sql
1895_world.sql
+1905_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file