aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/6652_world_spell_proc_event.sql4
-rw-r--r--sql/updates/6655_world_spell_bonus_data.sql1
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/6652_world_spell_proc_event.sql b/sql/updates/6652_world_spell_proc_event.sql
new file mode 100644
index 00000000000..f02c5442110
--- /dev/null
+++ b/sql/updates/6652_world_spell_proc_event.sql
@@ -0,0 +1,4 @@
+DELETE FROM spell_proc_event WHERE entry IN (16952, 16954);
+INSERT INTO spell_proc_event VALUES
+(16952,0,7,233472,1024,262144,0,2,0,0,0),
+(16954,0,7,233472,1024,262144,0,2,0,0,0) \ No newline at end of file
diff --git a/sql/updates/6655_world_spell_bonus_data.sql b/sql/updates/6655_world_spell_bonus_data.sql
new file mode 100644
index 00000000000..915a82b0e98
--- /dev/null
+++ b/sql/updates/6655_world_spell_bonus_data.sql
@@ -0,0 +1 @@
+UPDATE spell_bonus_data SET dot_bonus = 1.15 WHERE entry IN (55078, 55095); \ No newline at end of file