Commit 7b9e4b7627bd53f3b394df1c0ef85087a24c08b5
1 parent
5b3fcc48
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
... | ... | @@ -452,7 +452,7 @@ func (u *UserData) DoFlopCardd(resp *DoFlopResp) { |
452 | 452 | addgold = u.Goldrate * 45 * 60 |
453 | 453 | case FLOPTYPE_FENCAT15MIN: |
454 | 454 | catid = 12 + REDCATIDEXTRA |
455 | - ctime = 15 * 60 | |
455 | + ctime = 5 * 60 | |
456 | 456 | catfg = jsonconf.GetRedCatConfig(catid) |
457 | 457 | u.SetRedCatPos(catid, ctime, catfg.Money, nowt) |
458 | 458 | case FLOPTYPE_FENCAT10MIN: | ... | ... |