系统赠送记录破产补助

This commit is contained in:
sk 2024-12-06 09:59:10 +08:00
parent 027b4caf81
commit 6923ed95f1
1 changed files with 5 additions and 1 deletions

View File

@ -113,6 +113,10 @@ func (this *WelfareMgr) GetReliefFund(p *Player, isVideo bool) {
mq.Write(log)
logger.Logger.Tracef("NewReliefFundLogEx WriteLog snid: %v Coin:%v", p.SnId, pack.Coin)
}
if !p.IsRob {
mq.Write(model.GenerateSystemFreeGive(p.SnId, p.Name, p.Platform, p.Channel,
model.SystemFreeGive_GiveType_ReliefFund, model.SystemFreeGive_CoinType_Coin, coin))
}
}
}
logger.Logger.Tracef("GetReliefFund snid: %v pack: %v", p.SnId, pack)