diff options
| author | Anubisss <none@none> | 2009-05-07 20:19:14 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-05-07 20:19:14 +0200 |
| commit | 4b7d260a61922f0f592a428334b483f24bf5f77d (patch) | |
| tree | 05603ef22db9d48961223ab4550b4cc69fc62af3 /sql/updates | |
| parent | 3703f4891def906b405d37787b7b993e2a652491 (diff) | |
*Fix Merciless Totem of the Third Wind's proc. Proc for Lesser Healing Wave instead of Healing Wave.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/TC1_1477_world_spell.sql | 3 |
1 files changed, 3 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); |
