From 29fd27541c91dc1bf6147c1de5cf5680dfc6cb38 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 24 十月 2025 18:22:05 +0800
Subject: [PATCH] 136 按钮增加触发间隔,发包过于频繁会弹提示
---
Main/System/Arena/ArenaChallengeCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Arena/ArenaChallengeCell.cs b/Main/System/Arena/ArenaChallengeCell.cs
index 159efcf..526e913 100644
--- a/Main/System/Arena/ArenaChallengeCell.cs
+++ b/Main/System/Arena/ArenaChallengeCell.cs
@@ -21,7 +21,7 @@
if (!UIHelper.CheckMoneyCount(ArenaManager.Instance.ChallengeMoneyType, ArenaManager.Instance.NeedChallengeMoneyCnt, 1))
return;
ArenaManager.Instance.atkPlayerId = arenaMatchInfo.PlayerID;
- ArenaManager.Instance.SendTurnFight(arenaMatchInfo.PlayerID);
+ BattleManager.Instance.SendTurnFight(3, 0, 1, (uint)arenaMatchInfo.PlayerID);
});
}
--
Gitblit v1.8.0