From 4b7d260a61922f0f592a428334b483f24bf5f77d Mon Sep 17 00:00:00 2001 From: Anubisss Date: Thu, 7 May 2009 20:19:14 +0200 Subject: *Fix Merciless Totem of the Third Wind's proc. Proc for Lesser Healing Wave instead of Healing Wave. --HG-- branch : trunk --- sql/updates/TC1_1477_world_spell.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/TC1_1477_world_spell.sql (limited to 'sql/updates') diff --git a/sql/updates/TC1_1477_world_spell.sql b/sql/updates/TC1_1477_world_spell.sql new file mode 100644 index 00000000000..a7f9bd30b59 --- /dev/null +++ b/sql/updates/TC1_1477_world_spell.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 42370; +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(42370, 0x00, 11, 0x00000080, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); -- cgit v1.2.3