diff options
| author | Rat <none@none> | 2010-03-18 21:32:16 +0100 |
|---|---|---|
| committer | Rat <none@none> | 2010-03-18 21:32:16 +0100 |
| commit | d08567965ad5d1d75822a27e22b31bfc4993165c (patch) | |
| tree | 413f708b3fd8c03dcc99dc7c9cce73b318e55d52 /sql/updates | |
| parent | 06d491816357a045d72c9aa1a8a63cc2c77c83d5 (diff) | |
*fix Merciless Totem of the Third Wind proc
*fix in world.sql
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7609_world_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/7609_world_spell_proc_event.sql b/sql/updates/7609_world_spell_proc_event.sql new file mode 100644 index 00000000000..2111d9b3f85 --- /dev/null +++ b/sql/updates/7609_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (42370); +INSERT INTO `spell_proc_event` +(`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) +VALUES ( 42370, 0x00, 11, 0x00000080, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Merciless Totem of the Third Wind |
