diff --git a/RemoteWindows/TripleTriadCoinExchange.cs b/RemoteWindows/TripleTriadCoinExchange.cs index 297e190..9feed80 100644 --- a/RemoteWindows/TripleTriadCoinExchange.cs +++ b/RemoteWindows/TripleTriadCoinExchange.cs @@ -52,7 +52,11 @@ public bool[] GetCardInDeck() public void OpenShopCardDialog(uint index) { +#if RB_DT + SendAction(2, 3, 0, 5, index); +#else SendAction(2, 3, 0, 4, index); +#endif } } } \ No newline at end of file