钻石抽奖权重计算修改
This commit is contained in:
parent
84ffbd61c9
commit
116d521789
|
|
@ -313,7 +313,6 @@ func (this *CSDiamondLotteryHandler) Process(s *netlib.Session, packetid int, da
|
||||||
pack := &player_proto.SCDiamondLottery{}
|
pack := &player_proto.SCDiamondLottery{}
|
||||||
|
|
||||||
weight := 0
|
weight := 0
|
||||||
p.SnId = 102060301
|
|
||||||
var items []*Item
|
var items []*Item
|
||||||
for i := 1; i <= int(count); i++ {
|
for i := 1; i <= int(count); i++ {
|
||||||
for _, lotteryInfo := range config.Info {
|
for _, lotteryInfo := range config.Info {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue