Skip to content

Commit d1b3544

Browse files
committed
release prep
1 parent 8c4f256 commit d1b3544

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Repository.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Releases": [
33
{
44
"Id": "TabletopTweaks-Reworks",
5-
"Version": "1.4.1"
5+
"Version": "1.4.2"
66
}
77
]
88
}

TabletopTweaks-Reworks/Patches/Azata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static void PatchAivu() {
8686
var DragonClass = BlueprintTools.GetBlueprintReference<BlueprintCharacterClassReference>("01a754e7c1b7c5946ba895a5ff0faffc");
8787
var DragonAzataArchetype = BlueprintTools.GetBlueprint<BlueprintArchetype>("6e6135c91c2f84e46b7bb49f2158a9ce");
8888

89-
var DragonAzataWeaponOverrides = BlueprintTools.GetModBlueprintReference<BlueprintFeatureReference>(TTTContext, "DargonAzataWeaponOverrides");
89+
var DragonAzataWeaponOverrides = BlueprintTools.GetModBlueprintReference<BlueprintFeatureReference>(TTTContext, "DragonAzataWeaponOverrides");
9090
var DragonAzataStatGrowth = BlueprintTools.GetModBlueprintReference<BlueprintFeatureReference>(TTTContext, "DragonAzataStatGrowth");
9191
var DragonAzataTailSweep = BlueprintTools.GetModBlueprintReference<BlueprintUnitFactReference>(TTTContext, "DragonAzataTailSweep");
9292
var DragonAzataDeadlyTail = BlueprintTools.GetModBlueprintReference<BlueprintUnitFactReference>(TTTContext, "DragonAzataDeadlyTail");

0 commit comments

Comments
 (0)