Commit 9128e4c306c22289adcf0df36b3429c59ed143db
1 parent
9ef70242
Exists in
master
and in
4 other branches
提交修复bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
| ... | ... | @@ -295,7 +295,7 @@ func HandlerGetnewlevelreward(w http.ResponseWriter, data string, uuid int) { |
| 295 | 295 | break |
| 296 | 296 | } |
| 297 | 297 | uinfo.RealGold = goldnum |
| 298 | - uinfo.RealGold += cfg.Extracash | |
| 298 | + //uinfo.RealGold += cfg.Extracash | |
| 299 | 299 | } |
| 300 | 300 | |
| 301 | 301 | uinfo.LvRewardGet = 1 + rdata.Rewardtype | ... | ... |