diff --git a/modules/player/model/info.go b/modules/player/model/info.go index a831557a3..689258f60 100644 --- a/modules/player/model/info.go +++ b/modules/player/model/info.go @@ -205,7 +205,6 @@ type PlayerInfo struct { Badge uint32 `struc:"uint32" default:"0" json:"badge"` // 默认0 Reserved1 [27]byte `struc:"[27]byte" default:"3" json:"reserved1"` // 27字节默认3 TaskList [1000]byte `struc:"[1000]byte" default:"0" json:"task_list"` // 任务状态数组500字节,默认3 - PetListCount uint32 `struc:"skip" json:"pet_list_count"` // 旧登录协议精灵列表长度(已跳过) PetList []PetInfo `struc:"skip" json:"pet_list"` // 精灵背包内信息(不再走旧登录包体) BackupPetList []PetInfo `struc:"skip" json:"backup_pet_list"` // 精灵并列备用列表 ClothesCount uint32 `struc:"sizeof=Clothes" json:"clothes_count"` // 穿戴装备数量