aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/2963_world_spell_proc_event.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/2963_world_spell_proc_event.sql b/sql/updates/2963_world_spell_proc_event.sql
new file mode 100644
index 00000000000..84550fb374f
--- /dev/null
+++ b/sql/updates/2963_world_spell_proc_event.sql
@@ -0,0 +1,8 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (20911, 25899);
+-- Blessing of sanctuary
+INSERT INTO `spell_proc_event` VALUES
+(20911, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000070, 0.000000, 0.000000, 0),
+(25899, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000070, 0.000000, 0.000000, 0);
+
+DELETE FROM `spell_required` WHERE `spell_id` IN (25899);
+INSERT INTO spell_required VALUES (25899, 20911);