aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-29 20:33:49 +0200
committerQAston <none@none>2009-04-29 20:33:49 +0200
commit3e45bb2bfb304fb304aa0d48d125c79ea8ffdfa2 (patch)
tree92150f0d7c7cf3a228b5c65441da6f77b44cab55 /sql
parent40ba1b7030c0614a8cad8bdce8e9f51d5282a314 (diff)
*Fix Blessing of Sanctuary
--HG-- branch : trunk
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);