Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop
This commit is contained in:
commit
670726980e
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
(Ђв0–8Сэ@dH–Pc
|
(Ђв0–8Ўи;@dH–Pc
|
||||||
((Ђв0¬8Тэ@dH¬PЗ
|
((Ђв0¬8ўи;@dH¬PЗ
|
||||||
яБЧ/ 2(Ђв0о8Уэ@dHоPу
|
яБЧ/ 2(Ђв0о8Ји;@dHоPу
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"CostDiamond": 30,
|
"CostDiamond": 30,
|
||||||
"MaxGold": 10000000,
|
"MaxGold": 10000000,
|
||||||
"MaxDiamond": 150,
|
"MaxDiamond": 150,
|
||||||
"DiamondId": 98001,
|
"DiamondId": 980001,
|
||||||
"CoinPrice": 100,
|
"CoinPrice": 100,
|
||||||
"DiamondPrice": 150,
|
"DiamondPrice": 150,
|
||||||
"DiamondNowPrice": 99
|
"DiamondNowPrice": 99
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"CostDiamond": 40,
|
"CostDiamond": 40,
|
||||||
"MaxGold": 10000000,
|
"MaxGold": 10000000,
|
||||||
"MaxDiamond": 300,
|
"MaxDiamond": 300,
|
||||||
"DiamondId": 98002,
|
"DiamondId": 980002,
|
||||||
"CoinPrice": 100,
|
"CoinPrice": 100,
|
||||||
"DiamondPrice": 300,
|
"DiamondPrice": 300,
|
||||||
"DiamondNowPrice": 199
|
"DiamondNowPrice": 199
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
"CostDiamond": 50,
|
"CostDiamond": 50,
|
||||||
"MaxGold": 10000000,
|
"MaxGold": 10000000,
|
||||||
"MaxDiamond": 750,
|
"MaxDiamond": 750,
|
||||||
"DiamondId": 98003,
|
"DiamondId": 980003,
|
||||||
"CoinPrice": 100,
|
"CoinPrice": 100,
|
||||||
"DiamondPrice": 750,
|
"DiamondPrice": 750,
|
||||||
"DiamondNowPrice": 499
|
"DiamondNowPrice": 499
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
|
@ -2879,7 +2879,7 @@ func CSSMSConfig(s *netlib.Session, packetId int, data interface{}, sid int64) e
|
||||||
infoData.SmsName = smsInfo.SmsName
|
infoData.SmsName = smsInfo.SmsName
|
||||||
ret.Info = append(ret.Info, infoData)
|
ret.Info = append(ret.Info, infoData)
|
||||||
}
|
}
|
||||||
p.SendToClient(int(player_proto.PlayerPacketID_PACKET_SCSMSConfig), &ret)
|
p.SendToClient(int(player_proto.PlayerPacketID_PACKET_SCSMSConfig), ret)
|
||||||
} else {
|
} else {
|
||||||
logger.Logger.Errorf("API_SmsConfig err %v", info.Msg)
|
logger.Logger.Errorf("API_SmsConfig err %v", info.Msg)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue