DB Updates
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- TDB 1107.24121 hotfixes
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/hotfixes', 'ARCHIVED');
|
||||
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
@@ -0,0 +1,83 @@
|
||||
ALTER TABLE `azerite_power_set_member` MODIFY `Class` tinyint NOT NULL DEFAULT 0 AFTER `AzeritePowerID`;
|
||||
|
||||
ALTER TABLE `barber_shop_style`
|
||||
MODIFY `Race` tinyint NOT NULL DEFAULT 0 AFTER `CostModifier`,
|
||||
MODIFY `Sex` tinyint NOT NULL DEFAULT 0 AFTER `Race`;
|
||||
|
||||
ALTER TABLE `challenge_mode_item_bonus_override` ADD `RequiredTimeEventNotPassed` int NOT NULL DEFAULT 0 AFTER `RequiredTimeEventPassed`;
|
||||
|
||||
ALTER TABLE `char_base_info` MODIFY `OtherFactionRaceID` tinyint NOT NULL DEFAULT 0 AFTER `ClassID`;
|
||||
|
||||
ALTER TABLE `chat_channels` MODIFY `FactionGroup` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Flags`;
|
||||
|
||||
ALTER TABLE `chr_class_ui_display` MODIFY `ChrClassesID` tinyint NOT NULL DEFAULT 0 AFTER `ID`;
|
||||
|
||||
ALTER TABLE `chr_classes` MODIFY `ID` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `DefaultSpec`;
|
||||
|
||||
ALTER TABLE `chr_customization_req` ADD `RegionGroupMask` int NOT NULL DEFAULT 0 AFTER `ClassMask`;
|
||||
|
||||
ALTER TABLE `chr_race_x_chr_model`
|
||||
MODIFY `ChrRacesID` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `ID`,
|
||||
MODIFY `Sex` tinyint NOT NULL DEFAULT 0 AFTER `ChrModelID`;
|
||||
|
||||
ALTER TABLE `chr_races`
|
||||
MODIFY `BaseLanguage` tinyint NOT NULL DEFAULT 0 AFTER `Unknown910_23`,
|
||||
MODIFY `CreatureType` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `BaseLanguage`,
|
||||
MODIFY `Alliance` tinyint NOT NULL DEFAULT 0 AFTER `CreatureType`,
|
||||
MODIFY `RaceRelated` tinyint NOT NULL DEFAULT 0 AFTER `Alliance`,
|
||||
MODIFY `UnalteredVisualRaceID` tinyint NOT NULL DEFAULT 0 AFTER `RaceRelated`,
|
||||
MODIFY `DefaultClassID` tinyint NOT NULL DEFAULT 0 AFTER `UnalteredVisualRaceID`,
|
||||
MODIFY `NeutralRaceID` tinyint NOT NULL DEFAULT 0 AFTER `DefaultClassID`,
|
||||
MODIFY `MaleModelFallbackRaceID` tinyint NOT NULL DEFAULT 0 AFTER `NeutralRaceID`,
|
||||
MODIFY `FemaleModelFallbackRaceID` tinyint NOT NULL DEFAULT 0 AFTER `MaleModelFallbackSex`,
|
||||
MODIFY `FemaleModelFallbackSex` tinyint NOT NULL DEFAULT 0 AFTER `FemaleModelFallbackRaceID`,
|
||||
MODIFY `MaleTextureFallbackRaceID` tinyint NOT NULL DEFAULT 0 AFTER `FemaleModelFallbackSex`,
|
||||
MODIFY `FemaleTextureFallbackRaceID` tinyint NOT NULL DEFAULT 0 AFTER `MaleTextureFallbackSex`,
|
||||
MODIFY `FemaleTextureFallbackSex` tinyint NOT NULL DEFAULT 0 AFTER `FemaleTextureFallbackRaceID`,
|
||||
MODIFY `HelmetAnimScalingRaceID` tinyint NOT NULL DEFAULT 0 AFTER `FemaleTextureFallbackSex`,
|
||||
MODIFY `UnalteredVisualCustomizationRaceID` tinyint NOT NULL DEFAULT 0 AFTER `HelmetAnimScalingRaceID`,
|
||||
DROP `Unknown1000`;
|
||||
|
||||
ALTER TABLE `creature_display_info_extra` MODIFY `Flags` int NOT NULL DEFAULT 0 AFTER `DisplayClassID`;
|
||||
|
||||
ALTER TABLE `creature_type` MODIFY `Flags` int NOT NULL DEFAULT 0 AFTER `Name`;
|
||||
|
||||
ALTER TABLE `currency_types` ADD `OrderIndex` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `AccountTransferPercentage`;
|
||||
|
||||
ALTER TABLE `emotes_text_sound`
|
||||
MODIFY `RaceID` tinyint NOT NULL DEFAULT 0 AFTER `ID`,
|
||||
MODIFY `ClassID` tinyint NOT NULL DEFAULT 0 AFTER `RaceID`,
|
||||
MODIFY `SexID` tinyint NOT NULL DEFAULT 0 AFTER `ClassID`;
|
||||
|
||||
ALTER TABLE `garr_follower` MODIFY `Gender` tinyint NOT NULL DEFAULT 0 AFTER `Flags`;
|
||||
|
||||
ALTER TABLE `gossip_npc_option` ADD `SkillLineID` int NOT NULL DEFAULT 0 AFTER `Unknown_1002_14`;
|
||||
|
||||
ALTER TABLE `item_sparse` MODIFY `RequiredPVPRank` tinyint NOT NULL DEFAULT 0 AFTER `RequiredPVPMedal`;
|
||||
|
||||
ALTER TABLE `journal_instance` ADD `CovenantID` smallint UNSIGNED NOT NULL DEFAULT 0 AFTER `AreaID`;
|
||||
|
||||
ALTER TABLE `liquid_type` MODIFY `Flags` int NOT NULL DEFAULT 0 AFTER `Texture6`;
|
||||
|
||||
ALTER TABLE `mount_capability` ADD `DriveCapabilityID` int NOT NULL DEFAULT 0 AFTER `FlightCapabilityID`;
|
||||
|
||||
ALTER TABLE `name_gen`
|
||||
MODIFY `RaceID` tinyint NOT NULL DEFAULT 0 AFTER `Name`,
|
||||
MODIFY `Sex` tinyint NOT NULL DEFAULT 0 AFTER `RaceID`;
|
||||
|
||||
ALTER TABLE `path` MODIFY `Flags` int NOT NULL DEFAULT 0 AFTER `Alpha`;
|
||||
|
||||
ALTER TABLE `player_condition`
|
||||
MODIFY `LifetimeMaxPVPRank` tinyint NOT NULL DEFAULT 0 AFTER `PartyStatus`,
|
||||
MODIFY `MinPVPRank` tinyint NOT NULL DEFAULT 0 AFTER `MinExpansionTier`,
|
||||
MODIFY `MaxPVPRank` tinyint NOT NULL DEFAULT 0 AFTER `MinPVPRank`;
|
||||
|
||||
ALTER TABLE `quest_line_x_quest` ADD `Unknown1110` int NOT NULL DEFAULT 0 AFTER `Flags`;
|
||||
|
||||
ALTER TABLE `spell_shapeshift_form` MODIFY `CreatureType` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `CreatureDisplayID`;
|
||||
|
||||
ALTER TABLE `talent` MODIFY `ClassID` tinyint NOT NULL DEFAULT 0 AFTER `ColumnIndex`;
|
||||
|
||||
ALTER TABLE `world_effect` MODIFY `WhenToDisplay` int NOT NULL DEFAULT 0 AFTER `QuestFeedbackEffectID`;
|
||||
|
||||
ALTER TABLE `world_map_overlay` MODIFY `Flags` int NOT NULL DEFAULT 0 AFTER `PlayerConditionID`;
|
||||
@@ -0,0 +1,52 @@
|
||||
--
|
||||
-- Table structure for table `warband_scene`
|
||||
--
|
||||
DROP TABLE IF EXISTS `warband_scene`;
|
||||
CREATE TABLE `warband_scene` (
|
||||
`Name` text,
|
||||
`Description` text,
|
||||
`Source` text,
|
||||
`PositionX` float NOT NULL DEFAULT '0',
|
||||
`PositionY` float NOT NULL DEFAULT '0',
|
||||
`PositionZ` float NOT NULL DEFAULT '0',
|
||||
`LookAtX` float NOT NULL DEFAULT '0',
|
||||
`LookAtY` float NOT NULL DEFAULT '0',
|
||||
`LookAtZ` float NOT NULL DEFAULT '0',
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`MapID` int unsigned NOT NULL DEFAULT '0',
|
||||
`Fov` float NOT NULL DEFAULT '0',
|
||||
`TimeOfDay` int NOT NULL DEFAULT '0',
|
||||
`Flags` int NOT NULL DEFAULT '0',
|
||||
`SoundAmbienceID` int NOT NULL DEFAULT '0',
|
||||
`Quality` tinyint NOT NULL DEFAULT '0',
|
||||
`TextureKit` int NOT NULL DEFAULT '0',
|
||||
`DefaultScenePriority` int NOT NULL DEFAULT '0',
|
||||
`SourceType` tinyint NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
--
|
||||
-- Table structure for table `warband_scene_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `warband_scene_locale`;
|
||||
CREATE TABLE `warband_scene_locale` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`Description_lang` text,
|
||||
`Source_lang` text,
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
|
||||
/*!50500 PARTITION BY LIST COLUMNS(locale)
|
||||
(PARTITION deDE VALUES IN ('deDE') ENGINE = InnoDB,
|
||||
PARTITION esES VALUES IN ('esES') ENGINE = InnoDB,
|
||||
PARTITION esMX VALUES IN ('esMX') ENGINE = InnoDB,
|
||||
PARTITION frFR VALUES IN ('frFR') ENGINE = InnoDB,
|
||||
PARTITION itIT VALUES IN ('itIT') ENGINE = InnoDB,
|
||||
PARTITION koKR VALUES IN ('koKR') ENGINE = InnoDB,
|
||||
PARTITION ptBR VALUES IN ('ptBR') ENGINE = InnoDB,
|
||||
PARTITION ruRU VALUES IN ('ruRU') ENGINE = InnoDB,
|
||||
PARTITION zhCN VALUES IN ('zhCN') ENGINE = InnoDB,
|
||||
PARTITION zhTW VALUES IN ('zhTW') ENGINE = InnoDB) */;
|
||||
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
@@ -0,0 +1,3 @@
|
||||
-- TDB 1110.25031 hotfixes
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/hotfixes', 'ARCHIVED');
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `broadcast_text` WHERE `VerifiedBuild`>0 AND `ID` IN (242815, 242822, 284310);
|
||||
INSERT INTO `broadcast_text` (`Text`, `Text1`, `ID`, `LanguageID`, `ConditionID`, `EmotesID`, `Flags`, `ChatBubbleDurationMs`, `VoiceOverPriorityID`, `SoundKitID1`, `SoundKitID2`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `VerifiedBuild`) VALUES
|
||||
('', 'This lair is a place of darkness and danger.\n\nDo you wish to battle the past incarnation of the broodmother, Onyxia.', 242815, 0, 0, 0, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 57564),
|
||||
('', 'The present is a place of uncertainty and challenge, but also great opportunity.\n\nDo you wish to return?', 242822, 0, 0, 0, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 57564),
|
||||
('I\'ve been ordered here to assist you. Which of the following gifts will the dragonflights bestow upon you?', 'I\'ve been ordered here to assist you. Which of the following gifts will the dragonflights bestow upon you?', 284310, 0, 0, 0, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 60192);
|
||||
@@ -0,0 +1,46 @@
|
||||
ALTER TABLE `chr_classes` MODIFY COLUMN `PrimaryStatPriority` tinyint NOT NULL DEFAULT 0 AFTER `ID`;
|
||||
|
||||
ALTER TABLE `chr_race_x_chr_model` MODIFY COLUMN `ChrRacesID` tinyint unsigned NOT NULL DEFAULT 0 AFTER `ID`;
|
||||
|
||||
ALTER TABLE `creature_model_data` MODIFY COLUMN `SizeClass` tinyint NOT NULL DEFAULT 0 AFTER `SoundID`;
|
||||
|
||||
ALTER TABLE `dungeon_encounter` ADD COLUMN `Unknown1115` int NOT NULL DEFAULT 0 AFTER `Faction`;
|
||||
|
||||
ALTER TABLE `heirloom` MODIFY COLUMN `Flags` int NOT NULL DEFAULT 0 AFTER `SourceTypeEnum`;
|
||||
|
||||
ALTER TABLE `item_class` MODIFY COLUMN `Flags` int NOT NULL DEFAULT 0 AFTER `PriceModifier`;
|
||||
|
||||
ALTER TABLE `item_extended_cost` MODIFY COLUMN `Flags` int NOT NULL DEFAULT 0 AFTER `ArenaBracket`;
|
||||
|
||||
ALTER TABLE `num_talents_at_level` ADD COLUMN `Unknown1115` float NOT NULL DEFAULT 0 AFTER `NumTalentsDemonHunter`;
|
||||
|
||||
ALTER TABLE `spell_casting_requirements` MODIFY COLUMN `FacingCasterFlags` int NOT NULL DEFAULT 0 AFTER `SpellID`;
|
||||
|
||||
ALTER TABLE `talent` ADD COLUMN `TabID` smallint unsigned NOT NULL DEFAULT 0 AFTER `ColumnIndex`;
|
||||
ALTER TABLE `talent` ADD COLUMN `RequiredSpellID` int unsigned NOT NULL DEFAULT 0 AFTER `OverridesSpellID`;
|
||||
ALTER TABLE `talent` MODIFY COLUMN `CategoryMask1` int NOT NULL DEFAULT 0 AFTER `RequiredSpellID`;
|
||||
ALTER TABLE `talent` MODIFY COLUMN `CategoryMask2` int NOT NULL DEFAULT 0 AFTER `CategoryMask1`;
|
||||
ALTER TABLE `talent` ADD COLUMN `SpellRank1` int unsigned NOT NULL DEFAULT 0 AFTER `CategoryMask2`;
|
||||
ALTER TABLE `talent` ADD COLUMN `SpellRank2` int unsigned NOT NULL DEFAULT 0 AFTER `SpellRank1`;
|
||||
ALTER TABLE `talent` ADD COLUMN `SpellRank3` int unsigned NOT NULL DEFAULT 0 AFTER `SpellRank2`;
|
||||
ALTER TABLE `talent` ADD COLUMN `SpellRank4` int unsigned NOT NULL DEFAULT 0 AFTER `SpellRank3`;
|
||||
ALTER TABLE `talent` ADD COLUMN `SpellRank5` int unsigned NOT NULL DEFAULT 0 AFTER `SpellRank4`;
|
||||
ALTER TABLE `talent` ADD COLUMN `SpellRank6` int unsigned NOT NULL DEFAULT 0 AFTER `SpellRank5`;
|
||||
ALTER TABLE `talent` ADD COLUMN `SpellRank7` int unsigned NOT NULL DEFAULT 0 AFTER `SpellRank6`;
|
||||
ALTER TABLE `talent` ADD COLUMN `SpellRank8` int unsigned NOT NULL DEFAULT 0 AFTER `SpellRank7`;
|
||||
ALTER TABLE `talent` ADD COLUMN `SpellRank9` int unsigned NOT NULL DEFAULT 0 AFTER `SpellRank8`;
|
||||
ALTER TABLE `talent` ADD COLUMN `PrereqTalent1` int unsigned NOT NULL DEFAULT 0 AFTER `SpellRank9`;
|
||||
ALTER TABLE `talent` ADD COLUMN `PrereqTalent2` int unsigned NOT NULL DEFAULT 0 AFTER `PrereqTalent1`;
|
||||
ALTER TABLE `talent` ADD COLUMN `PrereqTalent3` int unsigned NOT NULL DEFAULT 0 AFTER `PrereqTalent2`;
|
||||
ALTER TABLE `talent` ADD COLUMN `PrereqRank1` tinyint unsigned NOT NULL DEFAULT 0 AFTER `PrereqTalent3`;
|
||||
ALTER TABLE `talent` ADD COLUMN `PrereqRank2` tinyint unsigned NOT NULL DEFAULT 0 AFTER `PrereqRank1`;
|
||||
ALTER TABLE `talent` ADD COLUMN `PrereqRank3` tinyint unsigned NOT NULL DEFAULT 0 AFTER `PrereqRank2`;
|
||||
|
||||
ALTER TABLE `toy` MODIFY COLUMN `Flags` int NOT NULL DEFAULT 0 AFTER `ItemID`;
|
||||
|
||||
ALTER TABLE `vehicle_seat` MODIFY COLUMN `EnterAnimKitID` int NOT NULL DEFAULT 0 AFTER `CameraSeatZoomMax`;
|
||||
ALTER TABLE `vehicle_seat` MODIFY COLUMN `RideAnimKitID` int NOT NULL DEFAULT 0 AFTER `EnterAnimKitID`;
|
||||
ALTER TABLE `vehicle_seat` MODIFY COLUMN `ExitAnimKitID` int NOT NULL DEFAULT 0 AFTER `RideAnimKitID`;
|
||||
ALTER TABLE `vehicle_seat` MODIFY COLUMN `VehicleEnterAnimKitID` int NOT NULL DEFAULT 0 AFTER `ExitAnimKitID`;
|
||||
ALTER TABLE `vehicle_seat` MODIFY COLUMN `VehicleRideAnimKitID` int NOT NULL DEFAULT 0 AFTER `VehicleEnterAnimKitID`;
|
||||
ALTER TABLE `vehicle_seat` MODIFY COLUMN `VehicleExitAnimKitID` int NOT NULL DEFAULT 0 AFTER `VehicleRideAnimKitID`;
|
||||
@@ -0,0 +1,61 @@
|
||||
--
|
||||
-- Table structure for table `crafting_quality`
|
||||
--
|
||||
DROP TABLE IF EXISTS `crafting_quality`;
|
||||
CREATE TABLE `crafting_quality` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`QualityTier` int NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
--
|
||||
-- Table structure for table `modified_crafting_item`
|
||||
--
|
||||
DROP TABLE IF EXISTS `modified_crafting_item`;
|
||||
CREATE TABLE `modified_crafting_item` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`ModifiedCraftingReagentItemID` int NOT NULL DEFAULT '0',
|
||||
`CraftingQualityID` int NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
--
|
||||
-- Table structure for table `perks_activity`
|
||||
--
|
||||
DROP TABLE IF EXISTS `perks_activity`;
|
||||
CREATE TABLE `perks_activity` (
|
||||
`ActivityName` text,
|
||||
`Description` text,
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`CriteriaTreeID` int NOT NULL DEFAULT '0',
|
||||
`ThresholdContributionAmount` int NOT NULL DEFAULT '0',
|
||||
`Supersedes` int NOT NULL DEFAULT '0',
|
||||
`Priority` int NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
--
|
||||
-- Table structure for table `perks_activity_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `perks_activity_locale`;
|
||||
CREATE TABLE `perks_activity_locale` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`ActivityName_lang` text,
|
||||
`Description_lang` text,
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci PARTITION BY LIST COLUMNS(locale)
|
||||
(PARTITION deDE VALUES IN ('deDE') ENGINE = InnoDB,
|
||||
PARTITION esES VALUES IN ('esES') ENGINE = InnoDB,
|
||||
PARTITION esMX VALUES IN ('esMX') ENGINE = InnoDB,
|
||||
PARTITION frFR VALUES IN ('frFR') ENGINE = InnoDB,
|
||||
PARTITION itIT VALUES IN ('itIT') ENGINE = InnoDB,
|
||||
PARTITION koKR VALUES IN ('koKR') ENGINE = InnoDB,
|
||||
PARTITION ptBR VALUES IN ('ptBR') ENGINE = InnoDB,
|
||||
PARTITION ruRU VALUES IN ('ruRU') ENGINE = InnoDB,
|
||||
PARTITION zhCN VALUES IN ('zhCN') ENGINE = InnoDB,
|
||||
PARTITION zhTW VALUES IN ('zhTW') ENGINE = InnoDB);
|
||||
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
@@ -0,0 +1,21 @@
|
||||
--
|
||||
DELETE FROM `broadcast_text` WHERE `VerifiedBuild`>0 AND `ID` IN (285883, 285821, 278494, 274772, 274769, 264858, 264191, 264190, 263821, 261565, 260978, 260977, 260929, 260926, 260925);
|
||||
INSERT INTO `broadcast_text` (`Text`, `Text1`, `ID`, `LanguageID`, `ConditionID`, `EmotesID`, `Flags`, `ChatBubbleDurationMs`, `VoiceOverPriorityID`, `SoundKitID1`, `SoundKitID2`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `VerifiedBuild`) VALUES
|
||||
('<The post reads:\n\n\"To the brave citizens and new comers of Dornogal, the treasury is requesting aid with a handful of matters. These tasks are time sensitive. These tasks may not be for all. But these tasks will grant rewards from the depth of Dornogal\'s vaults.\"\n\nSeveral tasks are presented.>', '<The post reads:\n\n\"To the brave citizens and new comers of Dornogal, the treasury is requesting aid with a handful of matters. These tasks are time sensitive. These tasks may not be for all. But these tasks will grant rewards from the depth of Dornogal\'s vaults.\"\n\nSeveral tasks are presented.>', 285883, 0, 0, 0, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('Hey, whatcha need?', 'Hey, whatcha need?', 285821, 0, 0, 0, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('We learn much from past mistakes. Do you wish to reflect on the history of the Dark Iron clan?', '', 278494, 0, 0, 0, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('', 'My emissary brings you power. Take it.', 274772, 0, 0, 0, 0, 0, 4, 0, 269300, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('', 'A willing sacrifice has been prepared.', 274769, 0, 0, 0, 0, 0, 4, 0, 269303, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('', 'Another outbreak of violence. Time to stand up and shut this down.', 264858, 0, 0, 0, 0, 0, 4, 0, 250958, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('Thanks for your assistance! With your help, we can calm them down and guide them back to their honey-making duties.', '', 264191, 0, 0, 0, 0, 0, 4, 251946, 0, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('Cinderbees! Stunning yet perilous creatures. When their numbers surge, honey production halts, triggering extreme aggression instead!', '', 264190, 0, 0, 0, 0, 0, 4, 251945, 0, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('', 'My friend\'s almost as good at scrounging as kobold! Almost. We\'ll put scrap to good use.', 263821, 0, 0, 1, 0, 0, 4, 0, 250894, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('', 'New things come down rivers and sky holes. Too much! Help us out. Point out any good scrap.', 261565, 0, 0, 1, 0, 0, 4, 0, 250893, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('Gracefully executed, as always. I will see if this unit can be repaired. No sense in wasting a good tool, is there?', '', 260978, 0, 0, 669, 0, 0, 13, 251934, 0, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('These constructs once protected the isle but this one\'s programming has been damaged. It will not distinguish between friend and foe.', '', 260977, 0, 0, 669, 0, 0, 13, 251933, 0, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('', 'They probably hauled them away to the Hollows, collecting dust in the Magistrate\'s Office. Tssk... What a waste.', 260929, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('', 'The finest silks in my store, and those Sureki wretches take them away like they own the entire Bazaar!', 260926, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 60822),
|
||||
('', 'The silksinger chitters and grunts in apparent frustration.', 260925, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 60822);
|
||||
|
||||
UPDATE `broadcast_text` SET `Text1`='<Lady Ilinca glares at you.>\n\nI thought I told you not to find me.', `VerifiedBuild`=60822 WHERE `VerifiedBuild`>0 AND `ID`=200282;
|
||||
UPDATE `broadcast_text` SET `VoiceOverPriorityID`=15, `VerifiedBuild`=60822 WHERE `VerifiedBuild`>0 AND `ID`=189189;
|
||||
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
Reference in New Issue
Block a user