Commit 22f5a87ecfffb9eea3b609d6ee99d28ae553421a

Authored by 陆恒
1 parent 354d84ac
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -1604,7 +1604,7 @@ func HandlerDrawTable(w http.ResponseWriter, data string, uuid int) {
1604 1604  
1605 1605 //加金币 此处现金概率为零不做处理
1606 1606  
1607   - addgold := int64(tablecfg.Parameter) * uinfo.Goldrate
  1607 + addgold := int64(tablecfg.Parameter) * uinfo.Goldrate * 60
1608 1608 if uinfo.DratMult != 1 {
1609 1609 addgold = addgold * int64(uinfo.DratMult)
1610 1610 }
... ...