diff options
| author | Trazom62 <none@none> | 2010-04-15 21:51:53 +0200 |
|---|---|---|
| committer | Trazom62 <none@none> | 2010-04-15 21:51:53 +0200 |
| commit | 81d5a23b373bd18101824e2a085f6fa56c9fd5dc (patch) | |
| tree | 5ae674df65b7e0eca0892eaf0f4d017420293694 /sql/updates | |
| parent | 9b90c343e422009128bab2c4d1e91a1cc076e37a (diff) | |
Fix Threat of Thassarian. Thanks Azuritus.
Fixes issue #1657.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7922_world_spell_proc_event.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/7922_world_spell_proc_event.sql b/sql/updates/7922_world_spell_proc_event.sql new file mode 100644 index 00000000000..d7ab91f9045 --- /dev/null +++ b/sql/updates/7922_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (66191,66192); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(66191, 0x00, 15, 0x00400010, 0x20020004, 0x00000000, 0x00000010, 0x00000000, 0, 100, 0), -- Threat of Thassarian (Rank 2) +(66192, 0x00, 15, 0x00400010, 0x20020004, 0x00000000, 0x00000010, 0x00000000, 0, 100, 0); -- Threat of Thassarian (Rank 3) + |
