Commit 4b31930285916a164d1cc77f75a269b627074e02

Authored by 陆恒
1 parent fb082bf4
Exists in master

提交

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/HttpServer/logic/function.go
... ... @@ -287,8 +287,12 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) {
287 287 for i := 0; i < 16; i++ {
288 288 var d1 CatPosInfo
289 289 d1.Position = i
  290 +
290 291 d1.Cat = 0
291 292 d1.Cat = 18
  293 + if i == 0 {
  294 + d1.Cat = 42
  295 + }
292 296 udata.PosInfo = append(udata.PosInfo, d1)
293 297 var d2 DataDesc
294 298 d2.Pos = i
... ...