Skip to content

Commit

Permalink
v30.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMCesar committed Oct 17, 2024
1 parent 01c9fdb commit 8aa7fdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HearthDb/CardIds.Collectible.Neutral.cs
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ public class Neutral
public const string HenchClanThugCore = "CORE_GIL_534";
public const string LifedrinkerCore = "CORE_GIL_622";
public const string RottenApplebaumCorePlaceholder = "CORE_GIL_667";
public const string GennGreymaneCore = "CORE_GIL_692";
public const string BakuTheMooneaterCore = "CORE_GIL_826";
public const string GennGreymaneCorePlaceholder = "CORE_GIL_692";
public const string BakuTheMooneaterCorePlaceholder = "CORE_GIL_826";
public const string CogmasterCorePlaceholder = "CORE_GVG_013";
public const string SpiderTankCorePlaceholder = "CORE_GVG_044";
public const string ExplosiveSheepCorePlaceholder = "CORE_GVG_076";
Expand Down Expand Up @@ -427,7 +427,7 @@ public class Neutral
public const string MaskedRevelerCorePlaceholder = "CORE_REV_015";
public const string CrookedCookCorePlaceholder = "CORE_REV_016";
public const string InsatiableDevourerCorePlaceholder = "CORE_REV_017";
public const string PrinceRenathalInvalid = "CORE_REV_018";
public const string PrinceRenathalCore = "CORE_REV_018";
public const string FamishedFoolCorePlaceholder = "CORE_REV_019";
public const string DinnerPerformerCorePlaceholder = "CORE_REV_020";
public const string KaelthasSinstriderCorePlaceholder = "CORE_REV_021";
Expand Down Expand Up @@ -1153,7 +1153,7 @@ public class Neutral
public const string MaskedReveler = "REV_015";
public const string CrookedCook = "REV_016";
public const string InsatiableDevourer = "REV_017";
public const string PrinceRenathalREVENDRETH = "REV_018";
public const string PrinceRenathal = "REV_018";
public const string FamishedFool = "REV_019";
public const string DinnerPerformer = "REV_020";
public const string KaelthasSinstrider = "REV_021";
Expand Down

0 comments on commit 8aa7fdb

Please sign in to comment.