Skip to content

Commit

Permalink
fix: updated ShopCardDialog for DT (this should have been in my last …
Browse files Browse the repository at this point in the history
…commit, I'm sorry)
  • Loading branch information
RedWine82 committed Aug 28, 2024
1 parent df7360c commit edbc80b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RemoteWindows/ShopCardDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ public ShopCardDialog() : base("ShopCardDialog")

public static Dictionary<string, int> Properties = new()
{
#if RB_DT
{ "CardId", 0 },
{ "ItemId", 1 },
#else
{ "ItemId", 0 },
{ "CardId", 1 },
#endif
{ "Price", 4 },
{ "QuantityOwned", 6 },
};
Expand Down

0 comments on commit edbc80b

Please sign in to comment.