Fix quest area tag when area doesn't exist.
This commit is contained in:
		
							parent
							
								
									865b9abf5e
								
							
						
					
					
						commit
						3eb25cbd65
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -38,7 +38,7 @@ class QuestDetailViewModel @Inject constructor(
 | 
				
			||||||
                        giverId = lexiconRepository.findId(entry.questGiver),
 | 
					                        giverId = lexiconRepository.findId(entry.questGiver),
 | 
				
			||||||
                        giver = entry.questGiver,
 | 
					                        giver = entry.questGiver,
 | 
				
			||||||
                        placeId = location?.id,
 | 
					                        placeId = location?.id,
 | 
				
			||||||
                        place = location?.name,
 | 
					                        place = location?.name ?: entry.area,
 | 
				
			||||||
                        globalReward = entry.groupReward,
 | 
					                        globalReward = entry.groupReward,
 | 
				
			||||||
                        individualReward = entry.individualReward,
 | 
					                        individualReward = entry.individualReward,
 | 
				
			||||||
                        description = entry.description,
 | 
					                        description = entry.description,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue