From 07b8d33869f757ffd5567fc164622dddf7443261 Mon Sep 17 00:00:00 2001 From: teacher Date: Mon, 19 Jul 2010 18:35:29 +0200 Subject: Typo in previous sql update (so lame of me...). --HG-- branch : trunk --- sql/updates/8921_world_spell_dbc.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sql') diff --git a/sql/updates/8921_world_spell_dbc.sql b/sql/updates/8921_world_spell_dbc.sql index edffd2bbde6..7e53fc4bbf2 100644 --- a/sql/updates/8921_world_spell_dbc.sql +++ b/sql/updates/8921_world_spell_dbc.sql @@ -1,2 +1 @@ --- Add serverside spells place holders for future development -UPDATE `spell_dbc` SET `Effect1`=6 AND `EffectApplyAuraName1`=4 WHERE `Id` IN (70878); +UPDATE `spell_dbc` SET `Effect1`=6,`EffectApplyAuraName1`=4 WHERE `Id` IN (70878); -- cgit v1.2.3