mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 07:26:09 +00:00 
			
		
		
		
	Correction filtre classe de lanceur de sorts
This commit is contained in:
		
							parent
							
								
									e75aba6a34
								
							
						
					
					
						commit
						0cb909927b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -31,7 +31,7 @@ namespace AideDeJeu.Services | ||||||
|                                         (int.Parse(spell.Level) <= int.Parse(niveauMax)) && |                                         (int.Parse(spell.Level) <= int.Parse(niveauMax)) && | ||||||
|                                         spell.Type.Contains(ecole) && |                                         spell.Type.Contains(ecole) && | ||||||
|                                         spell.Source.Contains(source) && |                                         spell.Source.Contains(source) && | ||||||
|                                         spell.Type.Contains(classe) && |                                         spell.Source.Contains(classe) && | ||||||
|                                         spell.Type.Contains(rituel) |                                         spell.Type.Contains(rituel) | ||||||
|                                         ) |                                         ) | ||||||
|                                     .OrderByDescending(spell => spell.NamePHB) |                                     .OrderByDescending(spell => spell.NamePHB) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez