diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-05-04 17:00:52 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-05-04 17:00:52 +0200 |
commit | 16bc74667e8996b64258718e95b97258dfc0217a (patch) | |
tree | 20c19a6ecd393c55608f2be2f94a74fab2c1b6f1 /src/tools | |
parent | 64f8693751090bd28e6dc840a2c218c3c609fcf8 (diff) |
Core: Update to 10.1
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/map_extractor/System.cpp | 2 | ||||
-rw-r--r-- | src/tools/map_extractor/loadlib/DBFilesClientList.h | 18 |
2 files changed, 19 insertions, 1 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index e29869123c4..ef1c02468f7 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -1218,7 +1218,7 @@ bool ExtractDB2File(uint32 fileDataId, char const* cascFileName, int locale, boo { DB2SectionHeader sectionHeader = db2.GetSectionHeader(i); if (sectionHeader.TactId && CascStorage->HasTactKey(sectionHeader.TactId)) - sectionHeader.TactId = 0; + sectionHeader.TactId = DUMMY_KNOWN_TACT_ID; posAfterHeaders += fwrite(§ionHeader, 1, sizeof(sectionHeader), output); } diff --git a/src/tools/map_extractor/loadlib/DBFilesClientList.h b/src/tools/map_extractor/loadlib/DBFilesClientList.h index 6cfca9124a9..c938aedd563 100644 --- a/src/tools/map_extractor/loadlib/DBFilesClientList.h +++ b/src/tools/map_extractor/loadlib/DBFilesClientList.h @@ -28,6 +28,8 @@ DB2FileInfo const DBFilesClientList[] = { { 1260179, "Achievement.db2" }, { 1324299, "Achievement_Category.db2" }, + { 4572795, "ActionBarGroup.db2" }, + { 4572797, "ActionBarGroupEntry.db2" }, { 1115949, "AdventureJournal.db2" }, { 1267070, "AdventureMapPOI.db2" }, { 1710672, "AlliedRace.db2" }, @@ -108,6 +110,7 @@ DB2FileInfo const DBFilesClientList[] = { 801584, "BattlePetVisual.db2" }, { 1360265, "BattlemasterList.db2" }, { 1525607, "BeamEffect.db2" }, + { 3491563, "BeckonTrigger.db2" }, { 1467254, "BoneWindModifierModel.db2" }, { 1416756, "BoneWindModifiers.db2" }, { 1983274, "BonusRoll.db2" }, @@ -136,7 +139,9 @@ DB2FileInfo const DBFilesClientList[] = { 972425, "CharShipment.db2" }, { 972405, "CharShipmentContainer.db2" }, { 3055696, "CharStartKit.db2" }, + { 1237591, "CharStartOutfit.db2" }, { 1349054, "CharTitles.db2" }, + { 1028733, "CharacterFaceBoneSet.db2" }, { 1369752, "CharacterFacialHairStyles.db2" }, { 1344281, "CharacterLoadout.db2" }, { 1302846, "CharacterLoadoutItem.db2" }, @@ -218,6 +223,7 @@ DB2FileInfo const DBFilesClientList[] = { 4373538, "CraftingQuality.db2" }, { 4541803, "CraftingReagentEffect.db2" }, { 4382197, "CraftingReagentQuality.db2" }, + { 5049814, "CraftingReagentRequirement.db2" }, { 841631, "Creature.db2" }, { 879282, "CreatureDifficulty.db2" }, { 4044373, "CreatureDifficultyTreasure.db2" }, @@ -287,6 +293,7 @@ DB2FileInfo const DBFilesClientList[] = { 1278178, "GMSurveyQuestions.db2" }, { 1283020, "GMSurveySurveys.db2" }, { 2922072, "GameClockDebug.db2" }, + { 5008306, "GameMode.db2" }, { 3565753, "GameObjectAnimGroupMember.db2" }, { 1266737, "GameObjectArtKit.db2" }, { 1302847, "GameObjectDiffAnimMap.db2" }, @@ -411,12 +418,16 @@ DB2FileInfo const DBFilesClientList[] = { 3025306, "ItemBonusListGroupEntry.db2" }, { 1320358, "ItemBonusListLevelDelta.db2" }, { 2924997, "ItemBonusListWarforgeLevelDelta.db2" }, + { 5155639, "ItemBonusSeason.db2" }, + { 5155640, "ItemBonusSeasonBonusListGroup.db2" }, + { 5155641, "ItemBonusSeasonUpgradeCost.db2" }, { 3026822, "ItemBonusSequenceSpell.db2" }, { 3055768, "ItemBonusTree.db2" }, { 4407505, "ItemBonusTreeGroupEntry.db2" }, { 987134, "ItemBonusTreeNode.db2" }, { 1247926, "ItemChildEquipment.db2" }, { 1140189, "ItemClass.db2" }, + { 5128111, "ItemCondition.db2" }, { 1405665, "ItemContextPickerEntry.db2" }, { 4337196, "ItemConversion.db2" }, { 4337197, "ItemConversionEntry.db2" }, @@ -434,6 +445,8 @@ DB2FileInfo const DBFilesClientList[] = { 969941, "ItemEffect.db2" }, { 801681, "ItemExtendedCost.db2" }, { 2358574, "ItemFallbackVisual.db2" }, + { 5152256, "ItemFixup.db2" }, + { 5015219, "ItemGroupIlvlScalingEntry.db2" }, { 1283023, "ItemGroupSounds.db2" }, { 1588911, "ItemLevelSelector.db2" }, { 1624937, "ItemLevelSelectorQuality.db2" }, @@ -449,6 +462,7 @@ DB2FileInfo const DBFilesClientList[] = { 1302240, "ItemPetFood.db2" }, { 1121231, "ItemPriceBase.db2" }, { 1270315, "ItemRangedDisplayInfo.db2" }, + { 5150118, "ItemRecraft.db2" }, { 4548446, "ItemSalvage.db2" }, { 4549058, "ItemSalvageLoot.db2" }, { 1273408, "ItemSearchName.db2" }, @@ -494,6 +508,7 @@ DB2FileInfo const DBFilesClientList[] = { 1371380, "LiquidType.db2" }, { 2261065, "LiquidTypeXTexture.db2" }, { 4276965, "LivingWorldObjectTemplate.db2" }, + { 4276966, "LivingWorldObjectTemplateModel.db2" }, { 2478235, "LoadingScreenSkin.db2" }, { 1302239, "LoadingScreenTaxiSplines.db2" }, { 1266541, "LoadingScreens.db2" }, @@ -513,6 +528,7 @@ DB2FileInfo const DBFilesClientList[] = { 1375801, "ManifestInterfaceData.db2" }, { 1375804, "ManifestInterfaceItemIcon.db2" }, { 1267335, "ManifestInterfaceTOCData.db2" }, + { 1375802, "ManifestMP3.db2" }, { 1349477, "Map.db2" }, { 1597466, "MapCelestialBody.db2" }, { 801709, "MapChallengeMode.db2" }, @@ -759,6 +775,7 @@ DB2FileInfo const DBFilesClientList[] = { 1001907, "SpellLearnSpell.db2" }, { 1140079, "SpellLevels.db2" }, { 1014438, "SpellMechanic.db2" }, + { 3549053, "SpellMemorizeCost.db2" }, { 1003144, "SpellMisc.db2" }, { 897956, "SpellMissile.db2" }, { 897955, "SpellMissileMotion.db2" }, @@ -853,6 +870,7 @@ DB2FileInfo const DBFilesClientList[] = { 1121973, "TransportPhysics.db2" }, { 1140687, "TransportRotation.db2" }, { 975024, "Trophy.db2" }, + { 5011999, "UIArrowCallout.db2" }, { 3488582, "UIChromieTimeExpansionInfo.db2" }, { 3502042, "UICovenantAbility.db2" }, { 3502043, "UICovenantPreview.db2" }, |