From 659a555bdce52b50d04d00266cd0afe38748a03c Mon Sep 17 00:00:00 2001 From: Nevan Date: Thu, 30 Jul 2009 20:42:40 +0200 Subject: *Fix Death Knight Bloodworms (Heal every hit) --HG-- branch : trunk --- sql/updates/4663_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/4663_world.sql (limited to 'sql/updates') diff --git a/sql/updates/4663_world.sql b/sql/updates/4663_world.sql new file mode 100644 index 00000000000..a205226b0fd --- /dev/null +++ b/sql/updates/4663_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 50453; +INSERT INTO `spell_proc_event` (`entry`, `procFlags`, `CustomChance`) VALUES ('50453', '0x00000004', '100'); + +DELETE FROM `creature_template_addon` WHERE `entry` = 28017; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES ('28017', '50453 0'); \ No newline at end of file -- cgit v1.2.3