Skip to content

Commit

Permalink
prepare for 1.5.97.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyWoof committed May 27, 2024
1 parent a5236ab commit 2b5b9ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion SolastaUnfinishedBusiness/ChangelogHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ KNOWN ISSUES:
- Artillerist Force Ballista tiny cannon doesn't force attack DIS within 5 ft [won't fix]
- Artillerist Fortified Position medium cannon doesn't grant buff to self [won't fix]
- Chaos Bolt damage will be of wrong type under multiplayer sessions if twinned and one bolt misses [won't fix]
- Domain Nature doesn't get a cantrip offered at level 4

1.5.97.10 - Os cães ladram e a caravana passa:

Expand Down
2 changes: 1 addition & 1 deletion SolastaUnfinishedBusiness/Info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Id": "SolastaUnfinishedBusiness",
"DisplayName": "<i>[<b>Un</b>]</i> <color=Orange>Finished Business</color>",
"Version": "1.5.97.10",
"Version": "1.5.97.11",
"GameVersion": "1.5.97",
"ManagerVersion": "0.24.0",
"AssemblyName": "SolastaUnfinishedBusiness.dll",
Expand Down
2 changes: 1 addition & 1 deletion SolastaUnfinishedBusiness/SolastaUnfinishedBusiness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>12</LangVersion>
<TargetFramework>net48</TargetFramework>
<AssemblyVersion>1.5.97.10</AssemblyVersion>
<AssemblyVersion>1.5.97.11</AssemblyVersion>
<RepositoryUrl>https://github.com/SolastaMods/SolastaUnfinishedBusiness</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Configurations>Debug Install;Release Install</Configurations>
Expand Down
2 changes: 1 addition & 1 deletion SolastaUnfinishedBusiness/Subclasses/DomainNature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ internal static void GrantCantrip(RulesetCharacterHero hero)
return;
}

var selectedClass = LevelUpContext. GetSelectedClass(hero);
var selectedClass = LevelUpContext.GetSelectedClass(hero);
var selectedSubclass = LevelUpContext.GetSelectedSubclass(hero);
var subclassTag = AttributeDefinitions.GetSubclassTag(selectedClass, 1, selectedSubclass);

Expand Down

0 comments on commit 2b5b9ed

Please sign in to comment.