From dc29c2d2524e2e1c052506ae17cfc90b37a3bc56 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 28 Dec 2008 01:23:22 +0100 Subject: *DB data for spell 38164 - bye XTElite1 *DB data for spell 14144, 14148 - bye Disassembler --HG-- branch : trunk --- sql/updates/692_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/692_world.sql (limited to 'sql') diff --git a/sql/updates/692_world.sql b/sql/updates/692_world.sql new file mode 100644 index 00000000000..634bf6a7f46 --- /dev/null +++ b/sql/updates/692_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN ('14144','14148'); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +('14144','0','0','0','2','0','0','0','0'), +('14148','0','0','0','2','0','0','0','0'); +DELETE FROM `spell_proc_event` WHERE entry = 38164; +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES + (38164,0,0,0,0,1,0,0,60); \ No newline at end of file -- cgit v1.2.3