diff options
| author | QAston <none@none> | 2009-08-16 19:13:02 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-08-16 19:13:02 +0200 |
| commit | ec5515ee49eb10074521812f7f58d9baf4611ce3 (patch) | |
| tree | 21fa23061257dea621fbe9a8b91b424f2d4110c7 /sql/updates | |
| parent | a4b91e2cc4a4d0a09bce01c686df1fc7c812a12a (diff) | |
*Remove hack in Brain Freeze code.
*Update Improved Mend Pet to 3.1.3.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5093_world_spell_proc_event.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/5093_world_spell_proc_event.sql b/sql/updates/5093_world_spell_proc_event.sql new file mode 100644 index 00000000000..8bda907de25 --- /dev/null +++ b/sql/updates/5093_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry`IN(44546, 44548, 44549); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 44546, 0x00, 3, 0x00100220, 0x00001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Brain Freeze (Rank 1) +( 44548, 0x00, 3, 0x00100220, 0x00001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Brain Freeze (Rank 2) +( 44549, 0x00, 3, 0x00100220, 0x00001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Brain Freeze (Rank 3)
\ No newline at end of file |
