Typo in previous sql update (so lame of me...).

--HG--
branch : trunk
This commit is contained in:
teacher
2010-07-19 18:35:29 +02:00
parent e79355cd99
commit 07b8d33869

View File

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