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 | |
parent | 06d491816357a045d72c9aa1a8a63cc2c77c83d5 (diff) |
*fix Merciless Totem of the Third Wind proc
*fix in world.sql
--HG--
branch : trunk
-rw-r--r-- | sql/updates/7609_world_spell_proc_event.sql | 4 | ||||
-rw-r--r-- | sql/world.sql | 2 |
2 files changed, 5 insertions, 1 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 diff --git a/sql/world.sql b/sql/world.sql index a9fc7b6f17d..c51fe8297dc 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -6427,7 +6427,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 42135, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 90), -- Lesser Rune of Warding ( 42136, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 90), -- Greater Rune of Warding ( 42368, 0x00, 10, 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Merciless Libram of Justice -( 42370, 0x00, 11, 0x00000040, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Merciless Totem of the Third WInd +( 42370, 0x00, 11, 0x00000080, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Merciless Totem of the Third WInd ( 42770, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0, 0, 0), -- Second Wind (Rank 2) ( 43019, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000400, 0, 0, 0), -- Mana Shield (Rank 8) ( 43020, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000400, 0, 0, 0), -- Mana Shield (Rank 9) |