From 4b47c30641d31661c530e21dfd24a79b405736d2 Mon Sep 17 00:00:00 2001 From: "runningnak3d@mangos.zipwow.ano" Date: Mon, 15 Dec 2008 10:42:35 +0000 Subject: * Fix revent SQL commits * Fix EOL issues on all SQL files --HG-- branch : trunk --- sql/updates/79_world.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/updates/79_world.sql') diff --git a/sql/updates/79_world.sql b/sql/updates/79_world.sql index 1066c0e34e7..7b08a825311 100644 --- a/sql/updates/79_world.sql +++ b/sql/updates/79_world.sql @@ -1,3 +1,3 @@ -DELETE FROM spell_proc_event where entry = 42083; -INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES +DELETE FROM spell_proc_event where entry = 42083; +INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES (42083,0,0,0,0,0x0000000000000000,0x00401000,0,45); \ No newline at end of file -- cgit v1.2.3