diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-07-07 12:40:25 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-07-07 12:40:25 +0200 |
| commit | 7bd7884074886bca158ada5481a01377520b9272 (patch) | |
| tree | dae0394cf6c83ebc20ab9e8e310fc0b58ad41d01 | |
| parent | dea6c0b122c8f4b97cb7b3833b41d9bef5c0d911 (diff) | |
DB/Hotfix: fix SQL import
| -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`; |
