aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-09 19:17:05 +0100
committerQAston <none@none>2009-03-09 19:17:05 +0100
commitae0e1e250af5c26c497307ac03c6c9fa872210ce (patch)
treee3556f5d3745c5cdab9f13ae37780633f6fb78f2 /sql
parent2742ced4c4e471e13b84e18f3b7df32a9711735b (diff)
*Fix improved divine spirit.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1766_world.sql2
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/1766_world.sql b/sql/updates/1766_world.sql
new file mode 100644
index 00000000000..7ef48e41ce2
--- /dev/null
+++ b/sql/updates/1766_world.sql
@@ -0,0 +1,2 @@
+REPLACE INTO `spell_proc_event` VALUES (33182, 0x00, 6, 32, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0);
+REPLACE INTO `spell_proc_event` VALUES (33174, 0x00, 6, 32, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index e009d8ee1ff..21cd2a28a7d 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -73,4 +73,5 @@ INSTALL(FILES
1732_world.sql
1755_world.sql
1764_world.sql
+1766_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file