aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-14 09:24:59 -0600
committermegamage <none@none>2009-03-14 09:24:59 -0600
commitd90d0002e3e07e78730b6feafbeb583999961858 (patch)
treedd09948907868b932971d22105bb2253d51979af /sql
parent076ccce8c16b60f84f635cdb85795aba63c0c863 (diff)
parentc9874ee715480b41881704d40cc26f72562d5836 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1211_world.sql4
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1211_world.sql b/sql/updates/1211_world.sql
new file mode 100644
index 00000000000..437fd6ddaa1
--- /dev/null
+++ b/sql/updates/1211_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM spell_proc_event where entry IN (31124, 31126);
+INSERT INTO spell_proc_event () VALUES
+(31124, 0, 8, 553648142, 0, 0, 0, 0, 0),
+(31126, 0, 8, 553648142, 0, 0, 0, 0, 0);
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 8cd388d7b97..f80ffe6038d 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -82,4 +82,5 @@ INSTALL(FILES
1881_world.sql
1884_world.sql
1886_world.sql
+1211_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file