mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Typo in previous sql update (so lame of me...).
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user