diff options
author | teacher <none@none> | 2010-07-19 18:35:29 +0200 |
---|---|---|
committer | teacher <none@none> | 2010-07-19 18:35:29 +0200 |
commit | 07b8d33869f757ffd5567fc164622dddf7443261 (patch) | |
tree | fbff555024f5ea8511b8b354ea45067029f5afbc | |
parent | e79355cd99d8d4da9b8e98e6a816fbb401b26f60 (diff) |
Typo in previous sql update (so lame of me...).
--HG--
branch : trunk
-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); |