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);