Commit 708fc54ef49d4dedb6c203c199f34d9c234b68f6
1 parent
edce1f33
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
| ... | ... | @@ -536,7 +536,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int, uniqueuid s |
| 536 | 536 | initdata.GunLevel = 1 |
| 537 | 537 | initdata.SpecialLevel = 0 |
| 538 | 538 | initdata.GuanRedNum = 0 |
| 539 | - initdata.JiRedNum = 0 | |
| 539 | + initdata.JiRedNum = 1 | |
| 540 | 540 | initdata.SpecialNum = 0 |
| 541 | 541 | initdata.RandNum = RANDNUMLIMIT |
| 542 | 542 | initdata.Tili = 10 | ... | ... |