From a10b5cf3fe21eba49142aa57b9347bd12079feac Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 22 Feb 2016 17:40:54 +0100 Subject: [PATCH] DB/Misc: Fix import TODO: remember the new table for commits containing spell_dbc --- .../2016_02_22_05_world_from_335_was_2016_02_22_01_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/2016_02_22_05_world_from_335_was_2016_02_22_01_world.sql b/sql/updates/world/2016_02_22_05_world_from_335_was_2016_02_22_01_world.sql index b1345bb1aab..ada06552d55 100644 --- a/sql/updates/world/2016_02_22_05_world_from_335_was_2016_02_22_01_world.sql +++ b/sql/updates/world/2016_02_22_05_world_from_335_was_2016_02_22_01_world.sql @@ -1,4 +1,4 @@ -UPDATE`spell_dbc` SET `Effect1`=28, `EffectMiscValueB1`=64 WHERE `Id`IN(38953,38955,38956,38957,38958,38978); +UPDATE `spelleffect_dbc` SET `Effect`=28, `EffectMiscValueB`=64 WHERE `EffectSpellId` IN(38953,38955,38956,38957,38958,38978); UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry` =22355; DELETE FROM `smart_scripts` WHERE `entryorguid` =22355 AND `source_type`=0; DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid` BETWEEN 2235500 AND 2235505;