Skip to content

Commit

Permalink
v30.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 29, 2024
1 parent 2f02b9c commit 9434a56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions HearthDb/CardIds.NonCollectible.Invalid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public class Invalid
public const string EternalKnight_EternalKnightPlayerEnchant = "BG25_008pe";
public const string HunterofGatherers_GathererHunted = "BG25_027_Ge";
public const string HunterofGatherers_GathererHuntedEnchantment = "BG25_027e";
public const string MechaJaraxxus = "BG25_807";
public const string MechaJaraxxus_MechaJaraxxus = "BG25_807_G";
public const string Murcules_MythicalMrrgl = "BG27_023_Ge";
public const string Murcules_MythicalMrrglEnchantment = "BG27_023e";
public const string SprightlyScarab_SprightlySprucing = "BG27_084_Gt";
Expand Down
6 changes: 4 additions & 2 deletions HearthDb/CardIds.NonCollectible.Neutral.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class Neutral
public const string SouthseaCaptain = "BG_NEW1_027";
public const string FlesheatingGhoul = "BG26_tt_004";
public const string FlesheatingGhoul_CannibalizeEnchantmentExpert11 = "BG26_tt_004o";
public const string GiftOfTheGoldenKobold = "BG28_Reward_508";
public const string Squire = "CS2_152";
public const string InjuredBlademaster_FullStrengthEnchantment = "CS2_181e";
public const string AbusiveSergeant_InspiredEnchantment = "CS2_188o";
Expand Down Expand Up @@ -5650,6 +5651,8 @@ public class Neutral
public const string SlyRaptor_SlyRaptor = "BG25_806_G";
public const string SlyRaptor_Freed = "BG25_806_Ge";
public const string SlyRaptor_FreedEnchantment = "BG25_806e";
public const string MechaJaraxxus = "BG25_807";
public const string MechaJaraxxus_MechaJaraxxus = "BG25_807_G";
public const string MechaJaraxxus_RustedReggieEnchantment = "BG25_807e";
public const string MechaJaraxxus_MagtheridonPrimeEnchantment = "BG25_807e2";
public const string MechaJaraxxus_BaltharakEnchantment = "BG25_807e3";
Expand Down Expand Up @@ -6395,7 +6398,6 @@ public class Neutral
public const string TumblingDisaster = "BG28_Reward_505";
public const string TumblingDisaster_TumblingUpEnchantment = "BG28_Reward_505e";
public const string DoubleHeadedReward = "BG28_Reward_506";
public const string GiftOfTheGoldenKobold = "BG28_Reward_508";
public const string SecretCulprit = "BG28_Reward_510";
public const string OpenAuditions = "BG28_Reward_513";
public const string UntamedSorcery = "BG28_Reward_514";
Expand Down Expand Up @@ -6671,7 +6673,7 @@ public class Neutral
public const string EternalPortrait_PerennialPortraitEnchantment = "BG30_MagicItem_301e";
public const string AutomatonPortrait = "BG30_MagicItem_303";
public const string RivendarePortrait = "BG30_MagicItem_310";
public const string RivendarePortrait_LurkingBaronEnchantment = "BG30_MagicItem_310e";
public const string RivendarePortrait_TougherTitusEnchantment = "BG30_MagicItem_310e";
public const string ConductorPortrait = "BG30_MagicItem_402";
public const string IronforgeAnvil = "BG30_MagicItem_403";
public const string IronforgeAnvil_ForgedOnTheAnvilEnchantment = "BG30_MagicItem_403e";
Expand Down
4 changes: 2 additions & 2 deletions HearthDb/HearthDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Company>HearthSim</Company>
<Product>HearthDb</Product>
<Copyright>Copyright © HearthSim 2023</Copyright>
<AssemblyVersion>30.2.0</AssemblyVersion>
<FileVersion>30.2.0</FileVersion>
<AssemblyVersion>30.2.2</AssemblyVersion>
<FileVersion>30.2.2</FileVersion>
<LangVersion>8</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 9434a56

Please sign in to comment.