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 +++ sql/world_spell_full.sql | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 sql/updates/TC1_1477_world_spell.sql (limited to 'sql') 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); 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