diff --git a/Repository.json b/Repository.json index 94fc107..0854e08 100644 --- a/Repository.json +++ b/Repository.json @@ -2,7 +2,7 @@ "Releases": [ { "Id": "TabletopTweaks-Reworks", - "Version": "1.4.1" + "Version": "1.4.2" } ] } \ No newline at end of file diff --git a/TabletopTweaks-Reworks/Patches/Azata.cs b/TabletopTweaks-Reworks/Patches/Azata.cs index 7711b05..fda4121 100644 --- a/TabletopTweaks-Reworks/Patches/Azata.cs +++ b/TabletopTweaks-Reworks/Patches/Azata.cs @@ -86,7 +86,7 @@ static void PatchAivu() { var DragonClass = BlueprintTools.GetBlueprintReference("01a754e7c1b7c5946ba895a5ff0faffc"); var DragonAzataArchetype = BlueprintTools.GetBlueprint("6e6135c91c2f84e46b7bb49f2158a9ce"); - var DragonAzataWeaponOverrides = BlueprintTools.GetModBlueprintReference(TTTContext, "DargonAzataWeaponOverrides"); + var DragonAzataWeaponOverrides = BlueprintTools.GetModBlueprintReference(TTTContext, "DragonAzataWeaponOverrides"); var DragonAzataStatGrowth = BlueprintTools.GetModBlueprintReference(TTTContext, "DragonAzataStatGrowth"); var DragonAzataTailSweep = BlueprintTools.GetModBlueprintReference(TTTContext, "DragonAzataTailSweep"); var DragonAzataDeadlyTail = BlueprintTools.GetModBlueprintReference(TTTContext, "DragonAzataDeadlyTail");