Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Vek17 committed Jun 17, 2024
1 parent 8c4f256 commit d1b3544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Releases": [
{
"Id": "TabletopTweaks-Reworks",
"Version": "1.4.1"
"Version": "1.4.2"
}
]
}
2 changes: 1 addition & 1 deletion TabletopTweaks-Reworks/Patches/Azata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void PatchAivu() {
var DragonClass = BlueprintTools.GetBlueprintReference<BlueprintCharacterClassReference>("01a754e7c1b7c5946ba895a5ff0faffc");
var DragonAzataArchetype = BlueprintTools.GetBlueprint<BlueprintArchetype>("6e6135c91c2f84e46b7bb49f2158a9ce");

var DragonAzataWeaponOverrides = BlueprintTools.GetModBlueprintReference<BlueprintFeatureReference>(TTTContext, "DargonAzataWeaponOverrides");
var DragonAzataWeaponOverrides = BlueprintTools.GetModBlueprintReference<BlueprintFeatureReference>(TTTContext, "DragonAzataWeaponOverrides");
var DragonAzataStatGrowth = BlueprintTools.GetModBlueprintReference<BlueprintFeatureReference>(TTTContext, "DragonAzataStatGrowth");
var DragonAzataTailSweep = BlueprintTools.GetModBlueprintReference<BlueprintUnitFactReference>(TTTContext, "DragonAzataTailSweep");
var DragonAzataDeadlyTail = BlueprintTools.GetModBlueprintReference<BlueprintUnitFactReference>(TTTContext, "DragonAzataDeadlyTail");
Expand Down

0 comments on commit d1b3544

Please sign in to comment.