Compare commits
2 Commits
7198f8c99f
...
34062ef47e
Author | SHA1 | Date |
---|---|---|
|
34062ef47e | |
|
53ebe7bbdc |
|
@ -394,14 +394,14 @@ var data = []byte{
|
|||
0x01, //11 强抓力电压占用位
|
||||
0x80, //12 中抓力电压
|
||||
0x01, //13 中抓力电压占用位
|
||||
0x78, //14 弱抓力电压
|
||||
0x64, //14 弱抓力电压
|
||||
0x00, //15 弱抓力电压占用位
|
||||
0xE0, //16 中奖电压
|
||||
0x01, //17 中奖电压占用位
|
||||
0xC8, //18 强抓力时间
|
||||
0x00, //19 强抓力时间占用位
|
||||
|
||||
0x14, //20 放抓时间
|
||||
0x0A, //20 放抓时间
|
||||
0x32, //21 前后速度
|
||||
0x32, //22 左右速度
|
||||
0x50, //23 上下速度
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue