From 0091e3a8dd45cc80b539aff66c6f0ede696d8390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <12574910+72wo@users.noreply.github.com> Date: Thu, 26 Feb 2026 00:33:56 +0800 Subject: [PATCH] =?UTF-8?q?```=20fix(game):=20=E4=BF=AE=E5=A4=8D=E5=8B=87?= =?UTF-8?q?=E8=80=85=E4=B9=8B=E5=A1=94=E6=88=98=E6=96=97=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将勇者之塔的战斗服务从 Tower600Service 更改为 Tower500Service, 以修正当前关卡难度匹配问题。 ``` --- logic/controller/fight_塔.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/controller/fight_塔.go b/logic/controller/fight_塔.go index e2c96a3a..11b938ab 100644 --- a/logic/controller/fight_塔.go +++ b/logic/controller/fight_塔.go @@ -123,7 +123,7 @@ func (h Controller) PetTawor(data *fight.StartTwarInboundInfo, c *player.Player) result.CurFightLevel = uint32(c.Info.CurrentFreshStage) case 2415: //勇者之塔 - boss = service.NewTower600Service().Boss(c.Info.CurrentStage, c.Info.CurrentStage+1) + boss = service.NewTower500Service().Boss(c.Info.CurrentStage, c.Info.CurrentStage+1) result.CurFightLevel = uint32(c.Info.CurrentStage) case 2425: