From 7d386ffb3d05f2c83629b432bec46621cede2847 Mon Sep 17 00:00:00 2001 From: QAston Date: Sat, 13 Jun 2009 12:59:20 +0200 Subject: *Fix demonic pact. --HG-- branch : trunk --- sql/updates/3951_world_spell_proc_event.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/3951_world_spell_proc_event.sql (limited to 'sql/updates') 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 -- cgit v1.2.3