diff --git a/RemoteWindows/ShopCardDialog.cs b/RemoteWindows/ShopCardDialog.cs index a56a648..377966b 100644 --- a/RemoteWindows/ShopCardDialog.cs +++ b/RemoteWindows/ShopCardDialog.cs @@ -13,8 +13,13 @@ public ShopCardDialog() : base("ShopCardDialog") public static Dictionary Properties = new() { +#if RB_DT + { "CardId", 0 }, + { "ItemId", 1 }, +#else { "ItemId", 0 }, { "CardId", 1 }, +#endif { "Price", 4 }, { "QuantityOwned", 6 }, };