From 247c64258e0102a1028199f14866a1fd1c1a205f Mon Sep 17 00:00:00 2001 From: lcy <1459594991@qq.com> Date: 星期一, 20 十月 2025 11:44:38 +0800 Subject: [PATCH] 143 子 【挑战】演武场 / 【挑战】演武场-客户端 --- Main/Utility/UIHelper.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Main/Utility/UIHelper.cs b/Main/Utility/UIHelper.cs index 4365874..8c204df 100644 --- a/Main/Utility/UIHelper.cs +++ b/Main/Utility/UIHelper.cs @@ -976,7 +976,7 @@ {3, PlayerDataType.Silver}, {41, PlayerDataType.default26}, {42, PlayerDataType.default33}, - + {53, PlayerDataType.ChallengeVoucher}, }; public static long GetMoneyCnt(int moneyType) @@ -1118,6 +1118,11 @@ //娣橀噾浠� return PlayerDatas.Instance.GetPlayerDataByType(PlayerDataType.GoldRush); } + case 53: + { + //鎸戞垬鍑瘉 + return PlayerDatas.Instance.GetPlayerDataByType(PlayerDataType.ChallengeVoucher); + } case 98: { //杩囨湡鍨嬩唬閲戝埜 -- Gitblit v1.8.0