Commit b405e1e99ee0f0fc7dc82ce65fd7ac7c4b6e0150

Authored by 陆恒
1 parent fb4ac32b
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/function.go
@@ -481,7 +481,7 @@ func (uinfo *UserData) RewardUser(rtype int, num int, gameid string, channel str @@ -481,7 +481,7 @@ func (uinfo *UserData) RewardUser(rtype int, num int, gameid string, channel str
481 logger.Error("RewardUser failer err=%v", err) 481 logger.Error("RewardUser failer err=%v", err)
482 } 482 }
483 uinfo.RealGold = goldnum 483 uinfo.RealGold = goldnum
484 - return 0, 0, 0, 0, 0, 0, uinfo.RealGold, readadd 484 + return 0, 0, 0, 0, 0, 0, uinfo.RealGold, readadd*100
485 //uinfo.RealGold += num 485 //uinfo.RealGold += num
486 case REWARDTYPE_CHUI: 486 case REWARDTYPE_CHUI:
487 return 0, 0, num, 0, 0, 0, 0, 0 487 return 0, 0, num, 0, 0, 0, 0, 0