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/1912_world.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sql/updates/1912_world.sql') diff --git a/sql/updates/1912_world.sql b/sql/updates/1912_world.sql index 267dcf548e9..39b405c32c3 100644 --- a/sql/updates/1912_world.sql +++ b/sql/updates/1912_world.sql @@ -1,11 +1,8 @@ -- Shattered Barrier --- Psychic Horror -- Improved Fear -DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 47571, 47572, 53754, 53759); +DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 53754, 53759); INSERT INTO `spell_proc_event` VALUES (44745, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), (54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), -(47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 65536, 0x0006000, 0.000000, 0.000000, 0), -(47572, 0x00, 6, 59981, 0x00000000, 0x00000000, 65536, 0x0006000, 0.000000, 0.000000, 0), (53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0), (53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0); -- cgit v1.2.3