121212
This commit is contained in:
@@ -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 //执行材料返还
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user