|
@@ -1260,6 +1260,10 @@ func (this *Role) StartupProto() {
|
|
|
ntfMsg.RoleWishBox = &serverproto.RoleWish{}
|
|
ntfMsg.RoleWishBox = &serverproto.RoleWish{}
|
|
|
this.roleWish.CopyData(ntfMsg.RoleWishBox)
|
|
this.roleWish.CopyData(ntfMsg.RoleWishBox)
|
|
|
|
|
|
|
|
|
|
+ // 特殊处理
|
|
|
|
|
+ ntfMsg.RoleBase.BtJiaDayRecharge = int32(float32(ntfMsg.RoleBase.BtJiaDayRecharge) * BTJiaChangeDollar)
|
|
|
|
|
+ ntfMsg.RoleBase.BtJiaTotalRecharge = uint64(float32(ntfMsg.RoleBase.BtJiaTotalRecharge) * BTJiaChangeDollar)
|
|
|
|
|
+
|
|
|
//分成多条协议进行发送
|
|
//分成多条协议进行发送
|
|
|
sendLen := this.ReplayGate(ntfMsg, true)
|
|
sendLen := this.ReplayGate(ntfMsg, true)
|
|
|
ntfMsg = &serverproto.SCStartupInfoNtf{
|
|
ntfMsg = &serverproto.SCStartupInfoNtf{
|