TDB 830.20061 - 2020/06/17

Port From (https://github.com/TrinityCore/TrinityCore/commit/6e62bf5a1eebb8e8fc9f59eab7ee590025fc3f31)
This commit is contained in:
hondacrx
2020-06-18 12:43:12 -04:00
parent d7954f4fc7
commit 802cda4c01
388 changed files with 546 additions and 56 deletions
@@ -1,2 +0,0 @@
-- TDB 820.19071 hotfixes
UPDATE `updates` SET `state`='ARCHIVED';
@@ -1,11 +0,0 @@
--
DELETE FROM `tact_key` WHERE `ID` IN (242, 243, 250, 257, 258, 260, 261, 262);
INSERT INTO `tact_key` (`ID`, `Key1`, `Key2`, `Key3`, `Key4`, `Key5`, `Key6`, `Key7`, `Key8`, `Key9`, `Key10`, `Key11`, `Key12`, `Key13`, `Key14`, `Key15`, `Key16`, `VerifiedBuild`) VALUES
(242, 6, 74, 151, 9, 244, 45, 80, 203, 95, 139, 148, 188, 26, 207, 221, 93, 30706),
(243, 121, 210, 179, 209, 204, 176, 21, 71, 78, 113, 88, 129, 56, 100, 184, 230, 30706),
(250, 171, 224, 197, 249, 193, 35, 230, 226, 78, 123, 234, 67, 194, 191, 0, 172, 30706),
(257, 160, 168, 137, 151, 109, 2, 250, 141, 0, 247, 175, 0, 23, 173, 114, 31, 30993),
(258, 109, 56, 134, 189, 185, 30, 113, 90, 231, 24, 45, 159, 58, 8, 242, 201, 30993),
(260, 197, 82, 245, 208, 183, 34, 49, 80, 45, 37, 71, 49, 78, 96, 21, 247, 30993),
(261, 225, 56, 79, 91, 6, 235, 188, 211, 51, 105, 90, 166, 255, 198, 131, 24, 30993),
(262, 54, 173, 59, 49, 39, 63, 30, 188, 238, 133, 32, 170, 167, 75, 18, 242, 30993);
@@ -1,10 +0,0 @@
--
-- Table structure for table `world_state_expression`
--
DROP TABLE IF EXISTS `world_state_expression`;
CREATE TABLE `world_state_expression` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Expression` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -1,14 +0,0 @@
--
-- Table structure for table `spell_visual_kit`
--
DROP TABLE IF EXISTS `spell_visual_kit`;
CREATE TABLE `spell_visual_kit` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(11) NOT NULL DEFAULT '0',
`FallbackPriority` tinyint(3) NOT NULL DEFAULT '0',
`FallbackSpellVisualKitId` int(11) unsigned NOT NULL DEFAULT '0',
`DelayMin` smallint(5) unsigned NOT NULL DEFAULT '0',
`DelayMax` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -1,35 +0,0 @@
ALTER TABLE `item_appearance` ADD `SubclassID` int(11) NOT NULL DEFAULT 0 AFTER `DisplayType`;
ALTER TABLE `item_sparse` CHANGE `ZoneBound` `ZoneBound1` smallint(5) unsigned NOT NULL DEFAULT 0 AFTER `InstanceBound`;
ALTER TABLE `item_sparse` ADD `ZoneBound2` smallint(5) unsigned NOT NULL DEFAULT 0 AFTER `ZoneBound1`;
ALTER TABLE `power_type` MODIFY `ID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `CostGlobalStringTag`;
ALTER TABLE `spell_effect` MODIFY `EffectAura` smallint(6) NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `spell_misc` MODIFY `Attributes1` int(11) NOT NULL DEFAULT 0 AFTER `ID`;
ALTER TABLE `spell_misc` MODIFY `Attributes2` int(11) NOT NULL DEFAULT 0 AFTER `Attributes1`;
ALTER TABLE `spell_misc` MODIFY `Attributes3` int(11) NOT NULL DEFAULT 0 AFTER `Attributes2`;
ALTER TABLE `spell_misc` MODIFY `Attributes4` int(11) NOT NULL DEFAULT 0 AFTER `Attributes3`;
ALTER TABLE `spell_misc` MODIFY `Attributes5` int(11) NOT NULL DEFAULT 0 AFTER `Attributes4`;
ALTER TABLE `spell_misc` MODIFY `Attributes6` int(11) NOT NULL DEFAULT 0 AFTER `Attributes5`;
ALTER TABLE `spell_misc` MODIFY `Attributes7` int(11) NOT NULL DEFAULT 0 AFTER `Attributes6`;
ALTER TABLE `spell_misc` MODIFY `Attributes8` int(11) NOT NULL DEFAULT 0 AFTER `Attributes7`;
ALTER TABLE `spell_misc` MODIFY `Attributes9` int(11) NOT NULL DEFAULT 0 AFTER `Attributes8`;
ALTER TABLE `spell_misc` MODIFY `Attributes10` int(11) NOT NULL DEFAULT 0 AFTER `Attributes9`;
ALTER TABLE `spell_misc` MODIFY `Attributes11` int(11) NOT NULL DEFAULT 0 AFTER `Attributes10`;
ALTER TABLE `spell_misc` MODIFY `Attributes12` int(11) NOT NULL DEFAULT 0 AFTER `Attributes11`;
ALTER TABLE `spell_misc` MODIFY `Attributes13` int(11) NOT NULL DEFAULT 0 AFTER `Attributes12`;
ALTER TABLE `spell_misc` MODIFY `Attributes14` int(11) NOT NULL DEFAULT 0 AFTER `Attributes13`;
ALTER TABLE `spell_visual_kit` MODIFY `FallbackPriority` tinyint(4) NOT NULL DEFAULT 0 AFTER `Flags`;
ALTER TABLE `spell_visual_kit` MODIFY `FallbackSpellVisualKitId` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `FallbackPriority`;
ALTER TABLE `transmog_set` ADD `PlayerConditionID` int(11) NOT NULL DEFAULT 0 AFTER `UiOrder`;
ALTER TABLE `unit_power_bar` MODIFY `StartPower` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `MaxPower`;
DROP TABLE `item_upgrade`;
DROP TABLE `ruleset_item_upgrade`;
DROP TABLE `world_safe_locs`;
DROP TABLE `world_safe_locs_locale`;
@@ -1,34 +0,0 @@
--
-- Table structure for table `azerite_item`
--
DROP TABLE IF EXISTS `azerite_item`;
CREATE TABLE `azerite_item` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_knowledge_multiplier`
--
DROP TABLE IF EXISTS `azerite_knowledge_multiplier`;
CREATE TABLE `azerite_knowledge_multiplier` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Multiplier` float NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_level_info`
--
DROP TABLE IF EXISTS `azerite_level_info`;
CREATE TABLE `azerite_level_info` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`BaseExperienceToNextLevel` bigint(20) unsigned NOT NULL DEFAULT '0',
`MinimumExperienceToNextLevel` bigint(20) unsigned NOT NULL DEFAULT '0',
`ItemLevel` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -1,96 +0,0 @@
--
-- Table structure for table `azerite_essence`
--
DROP TABLE IF EXISTS `azerite_essence`;
CREATE TABLE `azerite_essence` (
`Name` text,
`Description` text,
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`SpecSetID` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_essence_locale`
--
DROP TABLE IF EXISTS `azerite_essence_locale`;
CREATE TABLE `azerite_essence_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`Description_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_essence_power`
--
DROP TABLE IF EXISTS `azerite_essence_power`;
CREATE TABLE `azerite_essence_power` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`SourceAlliance` text,
`SourceHorde` text,
`AzeriteEssenceID` int(11) NOT NULL DEFAULT '0',
`Tier` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MajorPowerDescription` int(11) NOT NULL DEFAULT '0',
`MinorPowerDescription` int(11) NOT NULL DEFAULT '0',
`MajorPowerActual` int(11) NOT NULL DEFAULT '0',
`MinorPowerActual` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_essence_power_locale`
--
DROP TABLE IF EXISTS `azerite_essence_power_locale`;
CREATE TABLE `azerite_essence_power_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`SourceAlliance_lang` text,
`SourceHorde_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_item_milestone_power`
--
DROP TABLE IF EXISTS `azerite_item_milestone_power`;
CREATE TABLE `azerite_item_milestone_power` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`RequiredLevel` int(11) NOT NULL DEFAULT '0',
`AzeritePowerID` int(11) NOT NULL DEFAULT '0',
`Type` int(11) NOT NULL DEFAULT '0',
`AutoUnlock` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_power`
--
DROP TABLE IF EXISTS `azerite_power`;
CREATE TABLE `azerite_power` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`SpellID` int(11) NOT NULL DEFAULT '0',
`ItemBonusListID` int(11) NOT NULL DEFAULT '0',
`SpecSetID` int(11) NOT NULL DEFAULT '0',
`Flags` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `spec_set_member`
--
DROP TABLE IF EXISTS `spec_set_member`;
CREATE TABLE `spec_set_member` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ChrSpecializationID` int(11) NOT NULL DEFAULT '0',
`SpecSetID` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -1,85 +0,0 @@
ALTER TABLE `area_group_member` MODIFY COLUMN `AreaGroupID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `AreaID`;
ALTER TABLE `artifact_appearance_set` MODIFY COLUMN `ArtifactID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Flags`;
ALTER TABLE `artifact_power_rank` MODIFY COLUMN `ArtifactPowerID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `AuraPointsOverride`;
ALTER TABLE `artifact_unlock` MODIFY COLUMN `ArtifactID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PlayerConditionID`;
ALTER TABLE `battle_pet_breed_state` MODIFY COLUMN `BattlePetBreedID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Value`;
ALTER TABLE `battle_pet_species_state` MODIFY COLUMN `BattlePetSpeciesID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Value`;
ALTER TABLE `char_start_outfit` MODIFY COLUMN `RaceID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ItemID24`;
ALTER TABLE `chr_classes_x_power_types` MODIFY COLUMN `ClassID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PowerType`;
ALTER TABLE `content_tuning_x_expected` MODIFY COLUMN `ContentTuningID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ExpectedStatModID`;
ALTER TABLE `emotes_text_sound` MODIFY COLUMN `EmotesTextID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `SoundID`;
ALTER TABLE `expected_stat` MODIFY COLUMN `Lvl` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `CreatureSpellDamage`;
ALTER TABLE `garr_follower_x_ability` MODIFY COLUMN `GarrFollowerID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `GarrAbilityID`;
ALTER TABLE `glyph_bindable_spell` MODIFY COLUMN `GlyphPropertiesID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `SpellID`;
ALTER TABLE `glyph_required_spec` MODIFY COLUMN `GlyphPropertiesID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChrSpecializationID`;
ALTER TABLE `item_bonus_tree_node` MODIFY COLUMN `ParentItemBonusTreeID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChildItemLevelSelectorID`;
ALTER TABLE `item_disenchant_loot` MODIFY COLUMN `Class` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ExpansionID`;
ALTER TABLE `item_effect` MODIFY COLUMN `ParentItemID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChrSpecializationID`;
ALTER TABLE `item_level_selector_quality` MODIFY COLUMN `ParentILSQualitySetID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Quality`;
ALTER TABLE `item_limit_category_condition` MODIFY COLUMN `ParentItemLimitCategoryID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PlayerConditionID`;
ALTER TABLE `item_set_spell` MODIFY COLUMN `ItemSetID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Threshold`;
ALTER TABLE `item_spec_override` MODIFY COLUMN `ItemID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `SpecID`;
ALTER TABLE `item_x_bonus_tree` MODIFY COLUMN `ItemID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ItemBonusTreeID`;
ALTER TABLE `map_difficulty` MODIFY COLUMN `MapID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ContentTuningID`;
ALTER TABLE `mount_x_display` MODIFY COLUMN `MountID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PlayerConditionID`;
ALTER TABLE `phase_x_phase_group` MODIFY COLUMN `PhaseGroupID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PhaseID`;
ALTER TABLE `pvp_difficulty` MODIFY COLUMN `MapID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `MaxLevel`;
ALTER TABLE `reward_pack_x_item` MODIFY COLUMN `RewardPackID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ItemQuantity`;
ALTER TABLE `spec_set_member` MODIFY COLUMN `SpecSetID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChrSpecializationID`;
ALTER TABLE `spell_aura_options` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ProcTypeMask2`;
ALTER TABLE `spell_aura_restrictions` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ExcludeTargetAuraSpell`;
ALTER TABLE `spell_categories` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChargeCategory`;
ALTER TABLE `spell_cooldowns` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `StartRecoveryTime`;
ALTER TABLE `spell_effect` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ImplicitTarget2`;
ALTER TABLE `spell_interrupts` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChannelInterruptFlags2`;
ALTER TABLE `spell_levels` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `MaxPassiveAuraLevel`;
ALTER TABLE `spell_misc` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ContentTuningID`;
ALTER TABLE `spell_power` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `OptionalCost`;
ALTER TABLE `spell_procs_per_minute_mod` MODIFY COLUMN `SpellProcsPerMinuteID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Coeff`;
ALTER TABLE `spell_target_restrictions` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Width`;
ALTER TABLE `spell_x_spell_visual` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `CasterPlayerConditionID`;
ALTER TABLE `transport_animation` MODIFY COLUMN `TransportID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `TimeIndex`;
ALTER TABLE `transport_rotation` MODIFY COLUMN `GameObjectsID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `TimeIndex`;
ALTER TABLE `ui_map_x_map_art` MODIFY COLUMN `UiMapID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `UiMapArtID`;
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,67 +0,0 @@
--
-- Table structure for table `azerite_empowered_item`
--
DROP TABLE IF EXISTS `azerite_empowered_item`;
CREATE TABLE `azerite_empowered_item` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID` int(11) NOT NULL DEFAULT '0',
`AzeriteTierUnlockSetID` int(10) unsigned NOT NULL DEFAULT '0',
`AzeritePowerSetID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_power_set_member`
--
DROP TABLE IF EXISTS `azerite_power_set_member`;
CREATE TABLE `azerite_power_set_member` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`AzeritePowerSetID` int(11) NOT NULL DEFAULT '0',
`AzeritePowerID` int(11) NOT NULL DEFAULT '0',
`Class` int(11) NOT NULL DEFAULT '0',
`Tier` int(11) NOT NULL DEFAULT '0',
`OrderIndex` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_tier_unlock`
--
DROP TABLE IF EXISTS `azerite_tier_unlock`;
CREATE TABLE `azerite_tier_unlock` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemCreationContext` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Tier` tinyint(3) unsigned NOT NULL DEFAULT '0',
`AzeriteLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`AzeriteTierUnlockSetID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_tier_unlock_set`
--
DROP TABLE IF EXISTS `azerite_tier_unlock_set`;
CREATE TABLE `azerite_tier_unlock_set` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `azerite_unlock_mapping`
--
DROP TABLE IF EXISTS `azerite_unlock_mapping`;
CREATE TABLE `azerite_unlock_mapping` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemLevel` int(11) NOT NULL DEFAULT '0',
`ItemBonusListHead` int(11) NOT NULL DEFAULT '0',
`ItemBonusListShoulders` int(11) NOT NULL DEFAULT '0',
`ItemBonusListChest` int(11) NOT NULL DEFAULT '0',
`AzeriteUnlockMappingSetID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -1,21 +0,0 @@
ALTER TABLE `chr_races` ADD `TransmogrifyDisabledSlotMask` int(11) NOT NULL DEFAULT '0' AFTER `HelmVisFallbackRaceID`;
ALTER TABLE `content_tuning_x_expected` ADD `MythicPlusSeasonID` int(11) NOT NULL DEFAULT '0' AFTER `ExpectedStatModID`;
ALTER TABLE `criteria_tree` MODIFY `Flags` int(11) NOT NULL DEFAULT '0' AFTER `OrderIndex`;
ALTER TABLE `currency_types`
ADD `ConvertToPlayerExperience` int(11) NOT NULL DEFAULT '0' AFTER `ItemGroupSoundsID`,
ADD `PlayerConditionID` int(11) NOT NULL DEFAULT '0' AFTER `ConvertToPlayerExperience`;
ALTER TABLE `item_appearance` DROP `SubclassID`;
ALTER TABLE `mount`
ADD `MountSpecialRiderAnimKitID` int(11) NOT NULL DEFAULT '0' AFTER `UiModelSceneID`,
ADD `MountSpecialSpellVisualKitID` int(11) NOT NULL DEFAULT '0' AFTER `MountSpecialRiderAnimKitID`;
ALTER TABLE `spell_visual_kit` CHANGE `Flags` `Flags1` int(11) NOT NULL DEFAULT '0' AFTER `DelayMax`;
ALTER TABLE `spell_visual_kit` ADD `Flags2` int(11) NOT NULL DEFAULT '0' AFTER `Flags1`;
ALTER TABLE `spell_visual_kit` MODIFY `FallbackSpellVisualKitId` int(11) NOT NULL DEFAULT '0' AFTER `FallbackPriority`;
ALTER TABLE `ui_map` ADD `AlternateUiMapGroup` int(11) NOT NULL DEFAULT '0' AFTER `BkgAtlasID`;
@@ -1,317 +0,0 @@
ALTER TABLE `achievement` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `achievement_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `anim_kit` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `animation_data` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `area_group_member` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `area_table` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `area_table_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `area_trigger` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `armor_location` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_appearance` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_appearance_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_appearance_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_appearance_set_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_power_link` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_power_picker` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_power_rank` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_quest_xp` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_tier` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `artifact_unlock` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `auction_house` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `auction_house_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_empowered_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_essence` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_essence_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_essence_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_essence_power_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_item_milestone_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_knowledge_multiplier` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_level_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_power_set_member` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_tier_unlock` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_tier_unlock_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `azerite_unlock_mapping` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `bank_bag_slot_prices` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `banned_addons` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `barber_shop_style` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `barber_shop_style_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `battle_pet_breed_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `battle_pet_breed_state` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `battle_pet_species` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `battle_pet_species_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `battle_pet_species_state` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `battlemaster_list` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `battlemaster_list_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `broadcast_text` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `broadcast_text_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `cfg_regions` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `char_base_section` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `char_sections` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `char_start_outfit` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `char_titles` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `char_titles_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `character_facial_hair_styles` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `chat_channels` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `chat_channels_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `chr_classes` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `chr_classes_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `chr_classes_x_power_types` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `chr_races` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `chr_races_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `chr_specialization` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `chr_specialization_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `cinematic_camera` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `cinematic_sequences` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `content_tuning` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `content_tuning_x_expected` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `conversation_line` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `creature` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `creature_difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `creature_display_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `creature_display_info_extra` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `creature_family` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `creature_family_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `creature_model_data` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `creature_type` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `creature_type_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `criteria` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `criteria_tree` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `criteria_tree_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `currency_types` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `currency_types_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `curve` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `curve_point` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `destructible_model_data` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `difficulty_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `dungeon_encounter` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `dungeon_encounter_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `durability_costs` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `durability_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `emotes` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `emotes_text` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `emotes_text_sound` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `expected_stat` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `expected_stat_mod` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `faction` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `faction_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `faction_template` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `gameobject_display_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `gameobjects` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `gameobjects_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_ability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_ability_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_building` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_building_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_building_plot_inst` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_class_spec` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_class_spec_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_follower` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_follower_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_follower_x_ability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_plot` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_plot_building` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_plot_instance` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_site_level` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `garr_site_level_plot_inst` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `gem_properties` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `glyph_bindable_spell` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `glyph_properties` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `glyph_required_spec` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `guild_color_background` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `guild_color_border` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `guild_color_emblem` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `guild_perk_spells` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `heirloom` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `heirloom_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `holidays` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `import_price_armor` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `import_price_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `import_price_shield` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `import_price_weapon` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_appearance` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_armor_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_armor_shield` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_armor_total` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_bag_family` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_bag_family_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_bonus` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_bonus_list_level_delta` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_bonus_tree_node` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_child_equipment` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_class` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_class_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_currency_cost` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_damage_ammo` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_damage_one_hand` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_damage_one_hand_caster` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_damage_two_hand` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_damage_two_hand_caster` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_disenchant_loot` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_effect` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_extended_cost` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_level_selector` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_level_selector_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_level_selector_quality_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_limit_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_limit_category_condition` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_limit_category_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_modified_appearance` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_price_base` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_search_name` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_search_name_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_set_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_set_spell` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_sparse` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_sparse_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_spec` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_spec_override` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `item_x_bonus_tree` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `keychain` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `lfg_dungeons` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `lfg_dungeons_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `light` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `liquid_type` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `lock` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `mail_template` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `mail_template_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `map` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `map_difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `map_difficulty_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `map_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `modifier_tree` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `mount` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `mount_capability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `mount_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `mount_type_x_capability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `mount_x_display` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `movie` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `name_gen` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `names_profanity` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `names_reserved` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `names_reserved_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `num_talents_at_level` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `override_spell_data` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `phase` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `phase_x_phase_group` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `player_condition` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `player_condition_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `power_display` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `power_type` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `prestige_level_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `prestige_level_info_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `pvp_difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `pvp_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `pvp_talent` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `pvp_talent_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `pvp_talent_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `pvp_talent_slot_unlock` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `quest_faction_reward` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `quest_money_reward` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `quest_package_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `quest_sort` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `quest_sort_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `quest_v2` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `quest_xp` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `rand_prop_points` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `reward_pack` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `reward_pack_x_currency_type` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `reward_pack_x_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `scaling_stat_distribution` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `scenario` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `scenario_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `scenario_step` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `scenario_step_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `scene_script` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `scene_script_global_text` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `scene_script_package` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `scene_script_text` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `skill_line` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `skill_line_ability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `skill_line_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `skill_race_class_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `sound_kit` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spec_set_member` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `specialization_spells` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `specialization_spells_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_aura_options` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_aura_restrictions` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_cast_times` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_casting_requirements` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_categories` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_category_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_class_options` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_cooldowns` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_duration` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_effect` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_equipped_items` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_focus_object` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_focus_object_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_interrupts` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_item_enchantment` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_item_enchantment_condition` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_item_enchantment_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_learn_spell` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_levels` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_misc` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_name` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_name_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_power_difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_procs_per_minute` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_procs_per_minute_mod` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_radius` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_range` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_range_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_reagents` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_scaling` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_shapeshift` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_shapeshift_form` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_shapeshift_form_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_target_restrictions` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_totems` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_visual_kit` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `spell_x_spell_visual` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `summon_properties` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `tact_key` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `talent` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `talent_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `taxi_nodes` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `taxi_nodes_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `taxi_path` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `taxi_path_node` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `totem_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `totem_category_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `toy` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `toy_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `transmog_holiday` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `transmog_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `transmog_set_group` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `transmog_set_group_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `transmog_set_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `transmog_set_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `transport_animation` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `transport_rotation` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `ui_map` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `ui_map_assignment` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `ui_map_link` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `ui_map_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `ui_map_x_map_art` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `unit_power_bar` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `unit_power_bar_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `vehicle` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `vehicle_seat` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `wmo_area_table` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `wmo_area_table_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `world_effect` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `world_map_overlay` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `world_state_expression` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,23 +0,0 @@
--
-- Table structure for table `item_name_description`
--
DROP TABLE IF EXISTS `item_name_description`;
CREATE TABLE `item_name_description` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Description` text,
`Color` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `item_name_description_locale`
--
DROP TABLE IF EXISTS `item_name_description_locale`;
CREATE TABLE `item_name_description_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Description_lang` text,
`VerifiedBuild` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
File diff suppressed because it is too large Load Diff
@@ -1,2 +0,0 @@
ALTER TABLE `hotfix_blob` ADD COLUMN `VerifiedBuild` INT(11) NOT NULL DEFAULT '0' AFTER `Blob`;
ALTER TABLE `hotfix_data` ADD COLUMN `VerifiedBuild` INT(11) NOT NULL DEFAULT '0' AFTER `Deleted`;
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,3 @@
-- TDB 830.20061 hotfixes
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/8.x/hotfixes', 'ARCHIVED');