更新表数据结构

This commit is contained in:
wh_zcy 2022-11-24 17:08:12 +08:00
parent c916257e2e
commit ef00cae401

View File

@ -26,8 +26,6 @@ type GameWorldTaskData struct {
AutoAccept int32
Overtips int32
Reword []*Gameatn
Day string
Weather int32
}
const TypeId_GameWorldTaskData = -1059668091
@ -91,8 +89,6 @@ func (_v *GameWorldTaskData)Deserialize(_buf map[string]interface{}) (err error)
}
}
{ var _ok_ bool; if _v.Day, _ok_ = _buf["day"].(string); !_ok_ { err = errors.New("day error"); return } }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["weather"].(float64); !_ok_ { err = errors.New("weather error"); return }; _v.Weather = int32(_tempNum_) }
return
}