Commit 9128e4c306c22289adcf0df36b3429c59ed143db

Authored by 陆恒
1 parent 9ef70242

提交修复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,7 +295,7 @@ func HandlerGetnewlevelreward(w http.ResponseWriter, data string, uuid int) {
295 break 295 break
296 } 296 }
297 uinfo.RealGold = goldnum 297 uinfo.RealGold = goldnum
298 - uinfo.RealGold += cfg.Extracash 298 + //uinfo.RealGold += cfg.Extracash
299 } 299 }
300 300
301 uinfo.LvRewardGet = 1 + rdata.Rewardtype 301 uinfo.LvRewardGet = 1 + rdata.Rewardtype