Compare commits

..

No commits in common. "34062ef47ebaae36d0b694dd98b146dda189a1ef" and "7198f8c99f19efeafca960e163a83e784ad477ac" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -394,14 +394,14 @@ var data = []byte{
0x01, //11 强抓力电压占用位
0x80, //12 中抓力电压
0x01, //13 中抓力电压占用位
0x64, //14 弱抓力电压
0x78, //14 弱抓力电压
0x00, //15 弱抓力电压占用位
0xE0, //16 中奖电压
0x01, //17 中奖电压占用位
0xC8, //18 强抓力时间
0x00, //19 强抓力时间占用位
0x0A, //20 放抓时间
0x14, //20 放抓时间
0x32, //21 前后速度
0x32, //22 左右速度
0x50, //23 上下速度

View File

@ -113,10 +113,6 @@ 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)