This commit is contained in:
Putoo
2026-06-17 19:31:21 +08:00
parent 3b0f1e37ee
commit 4297019836
2 changed files with 11 additions and 7 deletions

View File

@@ -689,6 +689,12 @@ public class EquController : ControllerBase
var nexts = nextNeeds.euId == needs.euId ? reqNeeds : nextNeeds.needData;
nexResult = await GameBus.CheckNeeds(userId, nexts);
}
if (equInfo.intensifyLev >= 60)
{
string msg = $"[{equInfo.equName}]装备强化至{equInfo.intensifyLev}级!";
await _messageService.SendBroadcast(userId, nameof(MessageEnum.BroadcastCode.Promote), msg);
}
}
else //执行材料返还
{