Skip to content

Commit

Permalink
v1.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMCesar committed Oct 17, 2024
1 parent 04794a7 commit 101a1ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## **Release v1.35.2 - 2024-10-17**
## **Release v1.35.3 - 2024-10-17**
**Updated for Hearthstone 30.6.2**

## **Release v1.35.1 - 2024-10-11**
Expand Down
4 changes: 2 additions & 2 deletions Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<NeutralLanguage>en</NeutralLanguage>
<Description>Hearthstone Deck Tracker</Description>
<Copyright>Copyright © HearthSim 2024</Copyright>
<AssemblyVersion>1.35.2</AssemblyVersion>
<FileVersion>1.35.2</FileVersion>
<AssemblyVersion>1.35.3</AssemblyVersion>
<FileVersion>1.35.3</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public void Handle(string logLine, IHsGameState gameState, IGame game)
{
if(entity.Info.GuessedCardState != GuessedCardState.None)
entity.Info.GuessedCardState = GuessedCardState.Revealed;
if(entity.CardId is Collectible.Neutral.PrinceRenathalInvalid or Collectible.Neutral.PrinceRenathalREVENDRETH)
if(entity.CardId is Collectible.Neutral.PrinceRenathalCore or Collectible.Neutral.PrinceRenathal)
{
entity.Info.GuessedCardState = GuessedCardState.Revealed;
Core.UpdateOpponentCards();
Expand Down

0 comments on commit 101a1ca

Please sign in to comment.