Learn costs for creation where taken from the wrong source

This commit is contained in:
2026-01-12 17:11:17 +01:00
parent 8e030ee6c9
commit fa285c1d2b
+1 -1
View File
@@ -1838,7 +1838,7 @@ func GetAllSkillsWithLE() (map[string][]gin.H, error) {
func getSkillCreationCost(category string, difficulty string) int {
// Normalize difficulty string for comparison
difficultyLower := strings.ToLower(difficulty)
// Define cost mapping per category and difficulty
switch category {
case "Alltag":