From 7bd7884074886bca158ada5481a01377520b9272 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Tue, 7 Jul 2015 12:40:25 +0200 Subject: DB/Hotfix: fix SQL import --- sql/updates/hotfixes/2015_07_05_00_hotfixes.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/hotfixes/2015_07_05_00_hotfixes.sql b/sql/updates/hotfixes/2015_07_05_00_hotfixes.sql index 6308d4b1eb0..b9ba59bc3bd 100644 --- a/sql/updates/hotfixes/2015_07_05_00_hotfixes.sql +++ b/sql/updates/hotfixes/2015_07_05_00_hotfixes.sql @@ -1022,4 +1022,4 @@ ALTER TABLE `garr_follower` ADD `HordeListPortraitTextureKitID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AlliancePortraitIconID`, ADD `AllianceListPortraitTextureKitID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HordeListPortraitTextureKitID`; ALTER TABLE `item_effect` ADD `ChrSpecializationID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CategoryCooldown`; -ALTER TABLE `spell_misc` DROP `SpellVisualID1`. DROP `SpellVisualID2`; +ALTER TABLE `spell_misc` DROP `SpellVisualID1`, DROP `SpellVisualID2`; -- cgit v1.2.3