diff options
| author | QAston <none@none> | 2009-06-13 12:59:20 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-13 12:59:20 +0200 |
| commit | 7d386ffb3d05f2c83629b432bec46621cede2847 (patch) | |
| tree | a53708ca973f8fcb651e415fd0a40cc9f4b90090 /sql/updates | |
| parent | 447453f4d43750218bef48739019bd35fb7b6949 (diff) | |
*Fix demonic pact.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3951_world_spell_proc_event.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/3951_world_spell_proc_event.sql b/sql/updates/3951_world_spell_proc_event.sql new file mode 100644 index 00000000000..d2f6a2c7993 --- /dev/null +++ b/sql/updates/3951_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (53646); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(53646, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Demonic Pact
\ No newline at end of file |
