From 3e45bb2bfb304fb304aa0d48d125c79ea8ffdfa2 Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 29 Apr 2009 20:33:49 +0200 Subject: *Fix Blessing of Sanctuary --HG-- branch : trunk --- sql/updates/2963_world_spell_proc_event.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/2963_world_spell_proc_event.sql (limited to 'sql') 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); -- cgit v1.2.3