Commit d337f3aa9cfb878545892f8b299907d059a44a05

Authored by 李旭
1 parent afe4edb2
Exists in master

金币除5

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -476,7 +476,7 @@ func HandlerFetchproterybox(w http.ResponseWriter, data string) {
476 476 }
477 477  
478 478 if cfg.Reward > 0 {
479   - cfg.Reward = int(cfg.Reward / 4)
  479 + cfg.Reward = int(cfg.Reward / 20)
480 480 }
481 481  
482 482 //加金币
... ...