diff options
| -rw-r--r-- | sql/updates/hotfixes/2015_07_05_00_hotfixes.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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`; |
