diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-12-01 21:08:06 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-12-08 18:16:47 +0100 |
| commit | b82a3a557a7bf13d48342ea189325550059b622d (patch) | |
| tree | 014fd20fae16fab1da1f056850348282b0e5e331 /src/tools | |
| parent | 426cb31676338cf6e5411d38f645f98a7e6ccb91 (diff) | |
Core/DataStores: Updated db2 structures to 9.0.2
* Includes support for new character customization
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/extractor_common/ExtractorDB2LoadInfo.h | 6 | ||||
| -rw-r--r-- | src/tools/map_extractor/System.cpp | 5 | ||||
| -rw-r--r-- | src/tools/map_extractor/loadlib/DBFilesClientList.h | 108 |
3 files changed, 105 insertions, 14 deletions
diff --git a/src/tools/extractor_common/ExtractorDB2LoadInfo.h b/src/tools/extractor_common/ExtractorDB2LoadInfo.h index a45e14f0ad0..f4161e836be 100644 --- a/src/tools/extractor_common/ExtractorDB2LoadInfo.h +++ b/src/tools/extractor_common/ExtractorDB2LoadInfo.h @@ -231,6 +231,7 @@ struct MapLoadInfo { false, FT_INT, "ID" }, { false, FT_STRING_NOT_LOCALIZED, "Directory" }, { false, FT_STRING, "MapName" }, + { false, FT_STRING_NOT_LOCALIZED, "InternalName" }, { false, FT_STRING, "MapDescription0" }, { false, FT_STRING, "MapDescription1" }, { false, FT_STRING, "PvpShortDescription" }, @@ -255,10 +256,11 @@ struct MapLoadInfo { true, FT_INT, "Flags1" }, { true, FT_INT, "Flags2" }, }; - static DB2MetaField const fields[23] = + static DB2MetaField const fields[24] = { { FT_STRING_NOT_LOCALIZED, 1, true }, { FT_STRING, 1, true }, + { FT_STRING_NOT_LOCALIZED, 1, true }, { FT_STRING, 1, true }, { FT_STRING, 1, true }, { FT_STRING, 1, true }, @@ -281,7 +283,7 @@ struct MapLoadInfo { FT_INT, 1, true }, { FT_INT, 2, true }, }; - static DB2Meta meta(1349477, -1, 23, 23, 0xDA9493AF, fields, -1); + static DB2Meta meta(1349477, -1, 24, 24, 0x793F4E8E, fields, -1); static DB2FileLoadInfo const loadInfo(&loadedFields[0], std::extent<decltype(loadedFields)>::value, &meta); return &loadInfo; } diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 74e3c604b8b..8e557095c45 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -1371,9 +1371,6 @@ void ExtractGameTables() { { 1582086, "ArtifactKnowledgeMultiplier.txt" }, { 1391662, "ArtifactLevelXP.txt" }, - { 1892815, "AzeriteBaseExperiencePerLevel.txt" }, - { 1892816, "AzeriteKnowledgeMultiplier.txt" }, - { 1859377, "AzeriteLevelToItemLevel.txt" }, { 1391663, "BarberShopCostBase.txt" }, { 1391664, "BaseMp.txt" }, { 1391665, "BattlePetTypeDamageMod.txt" }, @@ -1391,7 +1388,7 @@ void ExtractGameTables() { 1391659, "SandboxScaling.txt" }, { 1391660, "SpellScaling.txt" }, { 1980632, "StaminaMultByILvl.txt" }, - { 1391661, "xp.txt" }, + { 1391661, "xp.txt" } }; uint32 count = 0; diff --git a/src/tools/map_extractor/loadlib/DBFilesClientList.h b/src/tools/map_extractor/loadlib/DBFilesClientList.h index 3f95c20e85b..e1711ff9db8 100644 --- a/src/tools/map_extractor/loadlib/DBFilesClientList.h +++ b/src/tools/map_extractor/loadlib/DBFilesClientList.h @@ -31,7 +31,6 @@ DB2FileInfo const DBFilesClientList[] = { 1115949, "AdventureJournal.db2" }, { 1267070, "AdventureMapPOI.db2" }, { 1710672, "AlliedRace.db2" }, - { 1720145, "AlliedRaceRacialAbility.db2" }, { 1304323, "AnimKit.db2" }, { 1375433, "AnimKitBoneSet.db2" }, { 1266937, "AnimKitBoneSetAlias.db2" }, @@ -42,6 +41,9 @@ DB2FileInfo const DBFilesClientList[] = { 1304324, "AnimKitSegment.db2" }, { 1301100, "AnimReplacement.db2" }, { 1284817, "AnimReplacementSet.db2" }, + { 3286805, "AnimaCable.db2" }, + { 3286804, "AnimaCylinder.db2" }, + { 3153990, "AnimaMaterial.db2" }, { 1375431, "AnimationData.db2" }, { 2123730, "AreaConditionalData.db2" }, { 1537162, "AreaFarClipOverride.db2" }, @@ -55,6 +57,7 @@ DB2FileInfo const DBFilesClientList[] = { 1937227, "AreaTriggerCreateProperties.db2" }, { 1121943, "AreaTriggerCylinder.db2" }, { 1315630, "AreaTriggerSphere.db2" }, + { 3849793, "ArenaCcItem.db2" }, { 1284818, "ArmorLocation.db2" }, { 1007934, "Artifact.db2" }, { 1116407, "ArtifactAppearance.db2" }, @@ -97,6 +100,7 @@ DB2FileInfo const DBFilesClientList[] = { 841622, "BattlePetSpecies.db2" }, { 801581, "BattlePetSpeciesState.db2" }, { 801582, "BattlePetSpeciesXAbility.db2" }, + { 3669304, "BattlePetSpeciesXCovenant.db2" }, { 801583, "BattlePetState.db2" }, { 801584, "BattlePetVisual.db2" }, { 1360265, "BattlemasterList.db2" }, @@ -129,22 +133,45 @@ DB2FileInfo const DBFilesClientList[] = { 1365366, "CharSections.db2" }, { 972425, "CharShipment.db2" }, { 972405, "CharShipmentContainer.db2" }, - { 1237591, "CharStartOutfit.db2" }, + { 3055696, "CharStartKit.db2" }, { 1349054, "CharTitles.db2" }, - { 1028733, "CharacterFaceBoneSet.db2" }, { 1369752, "CharacterFacialHairStyles.db2" }, { 1344281, "CharacterLoadout.db2" }, { 1302846, "CharacterLoadoutItem.db2" }, + { 3724843, "CharacterLoadoutPet.db2" }, { 1815417, "CharacterServiceInfo.db2" }, { 1345278, "ChatChannels.db2" }, { 1117084, "ChatProfanity.db2" }, { 1306188, "ChrClassRaceSex.db2" }, { 1267497, "ChrClassTitle.db2" }, + { 3754770, "ChrClassUIChrModelInfo.db2" }, { 1316515, "ChrClassUIDisplay.db2" }, { 1267498, "ChrClassVillain.db2" }, { 1361031, "ChrClasses.db2" }, { 1121420, "ChrClassesXPowerTypes.db2" }, + { 3671168, "ChrCreateClassAnimTarget.db2" }, + { 3671169, "ChrCreateClassAnimTargetInfo.db2" }, + { 3590348, "ChrCustClientChoiceConversion.db2" }, { 1611874, "ChrCustomization.db2" }, + { 3460181, "ChrCustomizationBoneSet.db2" }, + { 3526439, "ChrCustomizationCategory.db2" }, + { 3450554, "ChrCustomizationChoice.db2" }, + { 3460182, "ChrCustomizationCondModel.db2" }, + { 3463337, "ChrCustomizationConversion.db2" }, + { 3593032, "ChrCustomizationDisplayInfo.db2" }, + { 3512765, "ChrCustomizationElement.db2" }, + { 3456171, "ChrCustomizationGeoset.db2" }, + { 3459652, "ChrCustomizationMaterial.db2" }, + { 3384247, "ChrCustomizationOption.db2" }, + { 3450453, "ChrCustomizationReq.db2" }, + { 3580359, "ChrCustomizationReqChoice.db2" }, + { 3460183, "ChrCustomizationSkinnedModel.db2" }, + { 3384313, "ChrModel.db2" }, + { 3566562, "ChrModelMaterial.db2" }, + { 3548976, "ChrModelTextureLayer.db2" }, + { 3536417, "ChrModelTextureTarget.db2" }, + { 3507821, "ChrRaceRacialAbility.db2" }, + { 3490304, "ChrRaceXChrModel.db2" }, { 1305311, "ChrRaces.db2" }, { 1343390, "ChrSpecialization.db2" }, { 984529, "ChrUpgradeBucket.db2" }, @@ -162,6 +189,7 @@ DB2FileInfo const DBFilesClientList[] = { 2098645, "CommunityIcon.db2" }, { 1349053, "ComponentModelFileData.db2" }, { 1278239, "ComponentTextureFileData.db2" }, + { 3501965, "ConditionalContentTuning.db2" }, { 1709409, "ConfigurationWarning.db2" }, { 1962930, "ContentTuning.db2" }, { 2976765, "ContentTuningXExpected.db2" }, @@ -170,14 +198,17 @@ DB2FileInfo const DBFilesClientList[] = { 2143634, "ContributionStyleContainer.db2" }, { 1260801, "ConversationLine.db2" }, { 3220711, "CorruptionEffects.db2" }, + { 3384973, "Covenant.db2" }, { 841631, "Creature.db2" }, { 879282, "CreatureDifficulty.db2" }, { 1146692, "CreatureDispXUiCamera.db2" }, { 1108759, "CreatureDisplayInfo.db2" }, { 1332686, "CreatureDisplayInfoCond.db2" }, + { 3670439, "CreatureDisplayInfoCondXChoice.db2" }, { 1586882, "CreatureDisplayInfoEvt.db2" }, { 1264997, "CreatureDisplayInfoExtra.db2" }, { 1720141, "CreatureDisplayInfoGeosetData.db2" }, + { 3692043, "CreatureDisplayInfoOption.db2" }, { 1146698, "CreatureDisplayInfoTrn.db2" }, { 1351351, "CreatureFamily.db2" }, { 1131322, "CreatureImmunities.db2" }, @@ -187,6 +218,7 @@ DB2FileInfo const DBFilesClientList[] = { 1131315, "CreatureType.db2" }, { 1587158, "CreatureXContribution.db2" }, { 1864302, "CreatureXDisplayInfo.db2" }, + { 3055738, "CreatureXUiWidgetSet.db2" }, { 1263817, "Criteria.db2" }, { 1263818, "CriteriaTree.db2" }, { 1345969, "CriteriaTreeXEffect.db2" }, @@ -217,6 +249,7 @@ DB2FileInfo const DBFilesClientList[] = { 1343313, "Exhaustion.db2" }, { 1937326, "ExpectedStat.db2" }, { 1969773, "ExpectedStatMod.db2" }, + { 3527889, "ExtraAbilityInfo.db2" }, { 1361972, "Faction.db2" }, { 1343595, "FactionGroup.db2" }, { 1361579, "FactionTemplate.db2" }, @@ -230,15 +263,20 @@ DB2FileInfo const DBFilesClientList[] = { 1278178, "GMSurveyQuestions.db2" }, { 1283020, "GMSurveySurveys.db2" }, { 2922072, "GameClockDebug.db2" }, + { 3565753, "GameObjectAnimGroupMember.db2" }, { 1266737, "GameObjectArtKit.db2" }, { 1302847, "GameObjectDiffAnimMap.db2" }, { 1266277, "GameObjectDisplayInfo.db2" }, { 1345272, "GameObjectDisplayInfoXSoundKit.db2" }, { 841620, "GameObjects.db2" }, + { 3405438, "GameParameter.db2" }, { 1368021, "GameTips.db2" }, { 966238, "GarrAbility.db2" }, { 1020248, "GarrAbilityCategory.db2" }, { 966241, "GarrAbilityEffect.db2" }, + { 3305399, "GarrAutoCombatant.db2" }, + { 3305400, "GarrAutoSpell.db2" }, + { 3307335, "GarrAutoSpellEffect.db2" }, { 929747, "GarrBuilding.db2" }, { 943937, "GarrBuildingDoodadSet.db2" }, { 983298, "GarrBuildingPlotInst.db2" }, @@ -261,6 +299,7 @@ DB2FileInfo const DBFilesClientList[] = { 1391531, "GarrMechanicSetXMechanic.db2" }, { 967964, "GarrMechanicType.db2" }, { 967962, "GarrMission.db2" }, + { 3055759, "GarrMissionSet.db2" }, { 1125220, "GarrMissionTexture.db2" }, { 984174, "GarrMissionType.db2" }, { 967960, "GarrMissionXEncounter.db2" }, @@ -276,18 +315,25 @@ DB2FileInfo const DBFilesClientList[] = { 1416758, "GarrString.db2" }, { 3195601, "GarrTalTreeXGarrTalResearch.db2" }, { 1361032, "GarrTalent.db2" }, + { 3514438, "GarrTalentCost.db2" }, + { 3534056, "GarrTalentMapPOI.db2" }, { 3069763, "GarrTalentRank.db2" }, { 3195518, "GarrTalentResearch.db2" }, + { 3612617, "GarrTalentSocketProperties.db2" }, { 1361030, "GarrTalentTree.db2" }, { 1333161, "GarrType.db2" }, { 976037, "GarrUiAnimClassInfo.db2" }, { 976035, "GarrUiAnimRaceInfo.db2" }, { 1343604, "GemProperties.db2" }, + { 3752002, "GlobalCurve.db2" }, + { 3756368, "GlobalGameContentTuning.db2" }, { 1394440, "GlobalStrings.db2" }, + { 3476011, "GlobalTable_PlayerCondition.db2" }, { 1270147, "GlyphBindableSpell.db2" }, { 948546, "GlyphExclusiveCategory.db2" }, { 1345274, "GlyphProperties.db2" }, { 948496, "GlyphRequiredSpec.db2" }, + { 3622253, "GossipXUIDisplayInfo.db2" }, { 2433582, "GradientEffect.db2" }, { 1308057, "GroundEffectDoodad.db2" }, { 1308499, "GroundEffectTexture.db2" }, @@ -326,15 +372,18 @@ DB2FileInfo const DBFilesClientList[] = { 1278179, "ItemBagFamily.db2" }, { 959070, "ItemBonus.db2" }, { 1805807, "ItemBonusList.db2" }, + { 3755382, "ItemBonusListGroup.db2" }, { 3025306, "ItemBonusListGroupEntry.db2" }, { 1320358, "ItemBonusListLevelDelta.db2" }, { 2924997, "ItemBonusListWarforgeLevelDelta.db2" }, { 3026822, "ItemBonusSequenceSpell.db2" }, + { 3055768, "ItemBonusTree.db2" }, { 987134, "ItemBonusTreeNode.db2" }, { 1247926, "ItemChildEquipment.db2" }, { 1140189, "ItemClass.db2" }, { 1405665, "ItemContextPickerEntry.db2" }, { 801670, "ItemCurrencyCost.db2" }, + { 3755770, "ItemCurrencyValue.db2" }, { 1277740, "ItemDamageAmmo.db2" }, { 1277743, "ItemDamageOneHand.db2" }, { 1277739, "ItemDamageOneHandCaster.db2" }, @@ -356,6 +405,7 @@ DB2FileInfo const DBFilesClientList[] = { 982457, "ItemModifiedAppearance.db2" }, { 1278399, "ItemModifiedAppearanceExtra.db2" }, { 1332559, "ItemNameDescription.db2" }, + { 3723474, "ItemNameSlotOverride.db2" }, { 1302240, "ItemPetFood.db2" }, { 1121231, "ItemPriceBase.db2" }, { 1270315, "ItemRangedDisplayInfo.db2" }, @@ -370,6 +420,7 @@ DB2FileInfo const DBFilesClientList[] = { 1343605, "ItemVisuals.db2" }, { 3043873, "ItemVisualsXEffect.db2" }, { 987133, "ItemXBonusTree.db2" }, + { 3177687, "ItemXItemEffect.db2" }, { 1240336, "JournalEncounter.db2" }, { 1301155, "JournalEncounterCreature.db2" }, { 1344467, "JournalEncounterItem.db2" }, @@ -383,7 +434,6 @@ DB2FileInfo const DBFilesClientList[] = { 1285009, "JournalTierXInstance.db2" }, { 801693, "Keychain.db2" }, { 1344761, "KeystoneAffix.db2" }, - { 1343606, "LFGDungeonExpansion.db2" }, { 1135058, "LFGDungeonGroup.db2" }, { 1361033, "LFGDungeons.db2" }, { 982805, "LFGRoleRequirement.db2" }, @@ -407,6 +457,9 @@ DB2FileInfo const DBFilesClientList[] = { 1343608, "Lock.db2" }, { 1284823, "LockType.db2" }, { 1098785, "LookAtController.db2" }, + { 3311370, "LoreText.db2" }, + { 3479846, "LoreTextPublic.db2" }, + { 3390955, "MCRSlotXMCRCategory.db2" }, { 1240344, "MailTemplate.db2" }, { 1587159, "ManagedWorldState.db2" }, { 1587155, "ManagedWorldStateBuff.db2" }, @@ -424,11 +477,18 @@ DB2FileInfo const DBFilesClientList[] = { 1719707, "MapLoadingScreen.db2" }, { 801710, "MarketingPromotionsXLocale.db2" }, { 1294217, "Material.db2" }, + { 2991315, "MawPower.db2" }, + { 2997952, "MawPowerRarity.db2" }, { 1347274, "MinorTalent.db2" }, { 1710117, "MissileTargeting.db2" }, { 1465904, "ModelAnimCloakDampening.db2" }, { 1337833, "ModelFileData.db2" }, { 1399953, "ModelRibbonQuality.db2" }, + { 3386486, "ModifiedCraftingCategory.db2" }, + { 3386487, "ModifiedCraftingReagentItem.db2" }, + { 3386488, "ModifiedCraftingReagentSlot.db2" }, + { 3390956, "ModifiedCraftingSpellSlot.db2" }, + { 3386490, "ModifiedReagentItem.db2" }, { 1267645, "ModifierTree.db2" }, { 921760, "Mount.db2" }, { 1114709, "MountCapability.db2" }, @@ -468,6 +528,7 @@ DB2FileInfo const DBFilesClientList[] = { 1252503, "PaperDollItemFrame.db2" }, { 1581183, "ParagonReputation.db2" }, { 1284820, "ParticleColor.db2" }, + { 3396285, "Particulate.db2" }, { 2053913, "ParticulateSound.db2" }, { 801732, "Path.db2" }, { 2428705, "PathEdge.db2" }, @@ -508,10 +569,16 @@ DB2FileInfo const DBFilesClientList[] = { 1028735, "QuestV2CliTask.db2" }, { 1573634, "QuestXGroupActivity.db2" }, { 1139378, "QuestXP.db2" }, + { 3448517, "QuestXUIQuestDetailsTheme.db2" }, + { 3923421, "QuestXUiWidgetSet.db2" }, + { 3405439, "RTPC.db2" }, + { 3405440, "RTPCData.db2" }, { 3081207, "RafActivity.db2" }, { 1310245, "RandPropPoints.db2" }, + { 3671785, "RecipeProgressionGroupEntry.db2" }, { 1716803, "RelicSlotTierRequirement.db2" }, { 1671256, "RelicTalent.db2" }, + { 3743117, "RenownRewards.db2" }, { 1133729, "ResearchBranch.db2" }, { 1133711, "ResearchField.db2" }, { 1134090, "ResearchProject.db2" }, @@ -522,9 +589,9 @@ DB2FileInfo const DBFilesClientList[] = { 1307155, "RewardPackXItem.db2" }, { 1398908, "RibbonQuality.db2" }, { 3256786, "RopeEffect.db2" }, + { 3500241, "RuneforgeLegendaryAbility.db2" }, { 1712172, "SDReplacementModel.db2" }, { 2056369, "SSAOSettings.db2" }, - { 1141728, "ScalingStatDistribution.db2" }, { 1139062, "Scenario.db2" }, { 1141065, "ScenarioEventEntry.db2" }, { 1132761, "ScenarioStep.db2" }, @@ -534,10 +601,8 @@ DB2FileInfo const DBFilesClientList[] = { 801756, "SceneScriptPackageMember.db2" }, { 1758037, "SceneScriptText.db2" }, { 1327082, "ScheduledInterval.db2" }, - { 1327083, "ScheduledWorldState.db2" }, - { 1327084, "ScheduledWorldStateGroup.db2" }, - { 1388724, "ScheduledWorldStateXUniqCat.db2" }, { 1302849, "ScreenEffect.db2" }, + { 3063174, "ScreenEffectType.db2" }, { 1279416, "ScreenLocation.db2" }, { 1328719, "SeamlessSite.db2" }, { 1301141, "ServerMessages.db2" }, @@ -546,6 +611,13 @@ DB2FileInfo const DBFilesClientList[] = { 1240935, "SkillLine.db2" }, { 1266278, "SkillLineAbility.db2" }, { 1240406, "SkillRaceClassInfo.db2" }, + { 3581893, "SkySceneXPlayerCondition.db2" }, + { 3488583, "Soulbind.db2" }, + { 3594380, "SoulbindConduit.db2" }, + { 3604984, "SoulbindConduitItem.db2" }, + { 3620681, "SoulbindConduitRank.db2" }, + { 3858895, "SoulbindConduitRankProperties.db2" }, + { 3490472, "SoulbindUIDisplayInfo.db2" }, { 1310628, "SoundAmbience.db2" }, { 1267065, "SoundAmbienceFlavor.db2" }, { 1310246, "SoundBus.db2" }, @@ -561,6 +633,7 @@ DB2FileInfo const DBFilesClientList[] = { 1237435, "SoundKitEntry.db2" }, { 1307288, "SoundKitFallback.db2" }, { 1266542, "SoundOverride.db2" }, + { 3405441, "SoundParameter.db2" }, { 1279417, "SoundProviderPreferences.db2" }, { 1313612, "SourceInfo.db2" }, { 1117088, "SpamMessages.db2" }, @@ -620,6 +693,8 @@ DB2FileInfo const DBFilesClientList[] = { 841946, "SpellReagents.db2" }, { 1135239, "SpellReagentsCurrency.db2" }, { 1139940, "SpellScaling.db2" }, + { 3055899, "SpellScript.db2" }, + { 3055901, "SpellScriptText.db2" }, { 1139929, "SpellShapeshift.db2" }, { 1280618, "SpellShapeshiftForm.db2" }, { 1268903, "SpellSpecialUnitEffect.db2" }, @@ -635,6 +710,7 @@ DB2FileInfo const DBFilesClientList[] = { 1140480, "SpellVisualKitEffect.db2" }, { 897953, "SpellVisualKitModelAttach.db2" }, { 897954, "SpellVisualMissile.db2" }, + { 3607312, "SpellVisualScreenEffect.db2" }, { 1724949, "SpellXDescriptionVariables.db2" }, { 1101657, "SpellXSpellVisual.db2" }, { 1604265, "StartupFiles.db2" }, @@ -647,11 +723,13 @@ DB2FileInfo const DBFilesClientList[] = { 1068100, "TaxiNodes.db2" }, { 1067802, "TaxiPath.db2" }, { 1000437, "TaxiPathNode.db2" }, + { 3501705, "TerrainColorGradingRamp.db2" }, { 1307290, "TerrainMaterial.db2" }, { 1310249, "TerrainType.db2" }, { 1284822, "TerrainTypeSounds.db2" }, { 1328721, "TextureBlendSet.db2" }, { 982459, "TextureFileData.db2" }, + { 3076928, "TierTransition.db2" }, { 1134586, "TotemCategory.db2" }, { 988200, "Toy.db2" }, { 1301101, "TradeSkillCategory.db2" }, @@ -659,6 +737,7 @@ DB2FileInfo const DBFilesClientList[] = { 1338702, "TransformMatrix.db2" }, { 2399695, "TransmogDefaultLevel.db2" }, { 1589454, "TransmogHoliday.db2" }, + { 3580450, "TransmogIllusion.db2" }, { 1376213, "TransmogSet.db2" }, { 1576116, "TransmogSetGroup.db2" }, { 1376212, "TransmogSetItem.db2" }, @@ -666,13 +745,19 @@ DB2FileInfo const DBFilesClientList[] = { 1121973, "TransportPhysics.db2" }, { 1140687, "TransportRotation.db2" }, { 975024, "Trophy.db2" }, + { 3488582, "UIChromieTimeExpansionInfo.db2" }, + { 3502042, "UICovenantAbility.db2" }, + { 3502043, "UICovenantPreview.db2" }, { 1729547, "UIExpansionDisplayInfo.db2" }, { 1729546, "UIExpansionDisplayInfoIcon.db2" }, + { 3556601, "UIScriptedAnimationEffect.db2" }, + { 2960122, "UISplashScreen.db2" }, { 1261406, "UiCamFbackTransmogChrRace.db2" }, { 1261407, "UiCamFbackTransmogWeapon.db2" }, { 1120287, "UiCamera.db2" }, { 1120288, "UiCameraType.db2" }, { 1989363, "UiCanvas.db2" }, + { 3509132, "UiCovenantDisplayInfo.db2" }, { 3182424, "UiItemInteraction.db2" }, { 1957206, "UiMap.db2" }, { 1957202, "UiMapArt.db2" }, @@ -689,22 +774,27 @@ DB2FileInfo const DBFilesClientList[] = { 1548216, "UiModelSceneActorDisplay.db2" }, { 1548213, "UiModelSceneCamera.db2" }, { 1993323, "UiPartyPose.db2" }, + { 3448518, "UiQuestDetailsTheme.db2" }, { 897470, "UiTextureAtlas.db2" }, { 1989276, "UiTextureAtlasElement.db2" }, + { 3765186, "UiTextureAtlasElementOverride.db2" }, { 897532, "UiTextureAtlasMember.db2" }, { 939159, "UiTextureKit.db2" }, { 1983278, "UiWidget.db2" }, { 1983639, "UiWidgetConstantSource.db2" }, { 1983640, "UiWidgetDataSource.db2" }, { 2322531, "UiWidgetMap.db2" }, + { 3055925, "UiWidgetSet.db2" }, { 1983641, "UiWidgetStringSource.db2" }, { 2740907, "UiWidgetVisTypeDataReq.db2" }, { 1983276, "UiWidgetVisualization.db2" }, + { 3386363, "UiWidgetXWidgetSet.db2" }, { 1284821, "UnitBlood.db2" }, { 1268904, "UnitBloodLevels.db2" }, { 1120959, "UnitCondition.db2" }, { 1237753, "UnitPowerBar.db2" }, { 1368621, "Vehicle.db2" }, + { 3311405, "VehiclePOIType.db2" }, { 1345447, "VehicleSeat.db2" }, { 1279741, "VehicleUIIndSeat.db2" }, { 1279740, "VehicleUIIndicator.db2" }, @@ -712,6 +802,7 @@ DB2FileInfo const DBFilesClientList[] = { 1634482, "VirtualAttachment.db2" }, { 1634480, "VirtualAttachmentCustomization.db2" }, { 1267067, "VocalUISounds.db2" }, + { 3587230, "VolumeFogCondition.db2" }, { 1355528, "WMOAreaTable.db2" }, { 1323241, "WMOMinimapTexture.db2" }, { 2565222, "WaterfallData.db2" }, @@ -727,6 +818,7 @@ DB2FileInfo const DBFilesClientList[] = { 1239842, "WeaponTrailParam.db2" }, { 1343311, "Weather.db2" }, { 1965591, "WeatherXParticulate.db2" }, + { 3580962, "WeeklyRewardChestThreshold.db2" }, { 943871, "WindSettings.db2" }, { 975279, "WorldBossLockout.db2" }, { 1267069, "WorldChunkSounds.db2" }, |
