Commit 830ac855c990b11dc8ddaf5fffb620331b52a312

Authored by 陆恒
1 parent 71c45caf
Exists in master

提交

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/HttpServer/logic/function.go
... ... @@ -282,6 +282,8 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) {
282 282 udata.DratMult = 1
283 283 udata.DrawTableCount = 1
284 284 udata.FlopCardCnt = 1
  285 + //test
  286 + udata.FlopCardLefCnt = 100
285 287  
286 288 //初始化16个猫爬架
287 289 for i := 0; i < 16; i++ {
... ...