diff options
-rw-r--r-- | sql/updates/8921_world_spell_dbc.sql | 3 |
1 files changed, 1 insertions, 2 deletions
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); |