gm 修改

This commit is contained in:
meixiongfeng 2024-01-12 16:27:16 +08:00
parent 716171eb43
commit eed78135bf

View File

@ -264,7 +264,7 @@ func (this *Pagoda) GMModifyRacePagoda(uid string, floor int32) {
update["rtime"] = data.Rtime update["rtime"] = data.Rtime
update["battlecount"] = data.Battlecount update["battlecount"] = data.Battlecount
update["maxfloor"] = data.Maxfloor update["maxfloor"] = data.Maxfloor
this.modelPagoda.modifyPagodaDataByObjId(uid, update) this.modelRacePagoda.ModifyPagodaRaceData(uid, update)
} }
return return
} }