*Fix Blessing of Sanctuary

--HG--
branch : trunk
This commit is contained in:
QAston
2009-04-29 20:33:49 +02:00
parent 40ba1b7030
commit 3e45bb2bfb
4 changed files with 81 additions and 2 deletions

View File

@@ -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);