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/world_spell_full.sql | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sql/world_spell_full.sql') diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index c33b05c168c..9e1c65dd0d2 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -378,3 +378,10 @@ DELETE FROM spell_target_position WHERE `id` IN (46019, 46020); INSERT INTO spell_target_position () VALUES (46019, 580, 1704.34, 928.17, -74.558, 0); INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0); +-- -------- +-- PROC +-- -------- +DELETE FROM `spell_proc_event` WHERE `entry` IN (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); -- Merciless Totem of the Third Wind -- + -- cgit v1.2.3