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/ArenaRecordCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Arena/ArenaRecordCell.cs b/Main/System/Arena/ArenaRecordCell.cs
index 9e4470f..e8ab917 100644
--- a/Main/System/Arena/ArenaRecordCell.cs
+++ b/Main/System/Arena/ArenaRecordCell.cs
@@ -24,7 +24,7 @@
{
if (arenaGameRec == null)
return;
- ArenaManager.Instance.SendTurnFight(arenaGameRec.Value3);
+ BattleManager.Instance.SendTurnFight(3, 0, 1, (uint)arenaGameRec.Value3);
ArenaManager.Instance.atkPlayerId = arenaGameRec.Value3;
});
}
--
Gitblit v1.8.0