配置表修改

This commit is contained in:
by 2024-06-26 17:28:24 +08:00
parent 20ebed0347
commit c845dcad4e
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
 (Ђ­в08Сэ@dHPc  (Ђ­в08Ўи;@dHPc
 ((Ђ­в8Тэ@dH¬PЗ  ((Ђ­в8ўи;@dH¬PЗ
яБЧ/ 2(Ђ­в0о8Уэ@dHоPу яБЧ/ 2(Ђ­в0о8Ји;@dHоPу

View File

@ -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.

Binary file not shown.

View File

@ -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.