```
docs(effects): 移除已完成的技能效果任务文档 移除 effects 956-1005、1263-1312、1695-1734 等范围内的未实现技能效果任务文档, 这些任务已经完成实现,相关文档不再需要维护。 ```
This commit is contained in:
@@ -31,7 +31,7 @@ func (s *GoldListService) ModifyBefore(ctx context.Context, method string, param
|
||||
}
|
||||
if gconv.Float64(param["rate"]) > 2 {
|
||||
r := g.List{}
|
||||
for i := 0; i < grand.Intn(2); i++ {
|
||||
for i := 0; i < grand.N(1, 3); i++ {
|
||||
r = append(r, g.Map{"rate": param["rate"], "exchange_num": param["exchange_num"], "player_id": 10001})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user