From 5bc3df176a50bc0eaa5c8f02e57229fd882b39fd Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 15 Mar 2009 23:59:06 +0100 Subject: *Fix Living Bomb target selection. *Fix healing mod apply for devouring plague. *Fix psychic horror. --HG-- branch : trunk --- sql/updates/1939_word.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/1939_word.sql (limited to 'sql/updates/1939_word.sql') diff --git a/sql/updates/1939_word.sql b/sql/updates/1939_word.sql new file mode 100644 index 00000000000..dec33f94d59 --- /dev/null +++ b/sql/updates/1939_word.sql @@ -0,0 +1,5 @@ +-- Psychic Horror +DELETE FROM `spell_proc_event` WHERE `entry` IN (47571, 47572); +INSERT INTO `spell_proc_event` VALUES +(47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 0x00010000, 0x0006000, 0.000000, 50.000000, 0), +(47572, 0x00, 6, 65536, 0x00000000, 0x00000000, 0x00010000, 0x0006000, 0.000000, 100.000000, 0); -- cgit v1.2.3