Skip to content

Commit

Permalink
Compatibility update
Browse files Browse the repository at this point in the history
- HearthstoneDeckTracker.exe v1.36.2.6905
- HearthDb.dll v31.0.0
- #37
  • Loading branch information
batstyx committed Nov 3, 2024
2 parents a5ce340 + 3a1c4f5 commit 6fd0d0e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Graveyard/GuldanView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal static ViewConfig Config
{
get => _Config ?? (_Config = new ViewConfig(
Demonhunter.AllFelBreaksLoose,
Warlock.BloodreaverGuldanICECROWN,
Warlock.BloodreaverGuldan,
Warlock.KanrethadEbonlocke)
{
Name = "Guldan",
Expand Down
2 changes: 1 addition & 1 deletion Graveyard/HadronoxView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class HadronoxView
private static ViewConfig _Config;
internal static ViewConfig Config
{
get => _Config ?? (_Config = new ViewConfig(Druid.HadronoxICECROWN)
get => _Config ?? (_Config = new ViewConfig(Druid.Hadronox)
{
Name = "Hadronox",
Enabled = "HadronoxEnabled",
Expand Down
4 changes: 2 additions & 2 deletions Graveyard/LadyLiadrinView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ internal static ViewConfig Config
Paladin.SandBreath,
Paladin.ShieldOfHonor,
// 2
Paladin.DarkConvictionICECROWN,
Paladin.DesperateStandICECROWN,
Paladin.DarkConviction,
Paladin.DesperateStand,
Paladin.ForQuelthalas,
Paladin.FlashOfLight,
Paladin.HandOfAdalCore,
Expand Down
4 changes: 2 additions & 2 deletions Graveyard/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.15.0.0")]
[assembly: AssemblyFileVersion("1.15.0.0")]
[assembly: AssemblyVersion("1.16.0.0")]
[assembly: AssemblyFileVersion("1.16.0.0")]
2 changes: 1 addition & 1 deletion Graveyard/ResurrectView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal static ViewConfig Config
Priest.MassResurrection,
Priest.Resurrect,
Priest.OnyxBishopKARA,
Priest.EternalServitudeICECROWN,
Priest.EternalServitude,
Priest.LesserDiamondSpellstone,
Neutral.Kazakus)
{
Expand Down
2 changes: 1 addition & 1 deletion Graveyard/WitchingHourView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal static ViewConfig Config
get => _Config ?? (_Config = new ViewConfig(
Druid.WitchingHour,
Hunter.RevivePet,
Hunter.AbominableBowmanICECROWN)
Hunter.AbominableBowman)
{
Name = "WitchingHour",
Enabled = "WitchingHourEnabled",
Expand Down
Binary file modified lib/HearthstoneDeckTracker.exe
Binary file not shown.

0 comments on commit 6fd0d0e

Please sign in to comment.