aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-05-07 20:19:14 +0200
committerAnubisss <none@none>2009-05-07 20:19:14 +0200
commit4b7d260a61922f0f592a428334b483f24bf5f77d (patch)
tree05603ef22db9d48961223ab4550b4cc69fc62af3
parent3703f4891def906b405d37787b7b993e2a652491 (diff)
*Fix Merciless Totem of the Third Wind's proc. Proc for Lesser Healing Wave instead of Healing Wave.
--HG-- branch : trunk
-rw-r--r--sql/updates/TC1_1477_world_spell.sql3
-rw-r--r--sql/world_spell_full.sql7
2 files changed, 10 insertions, 0 deletions
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 --
+