Bugfixes GetMiscLookupByKey

This commit is contained in:
2026-01-14 21:58:37 +01:00
parent c0a4b656d4
commit 43227ec423
7 changed files with 151 additions and 38 deletions
@@ -1,10 +1,6 @@
package models
import (
"bamort/database"
"fmt"
)
/*
// PopulateClassLearningPointsData inserts all hardcoded learning points data into the database
func PopulateClassLearningPointsData() error {
// Define all character class learning data
@@ -408,3 +404,4 @@ func PopulateClassLearningPointsData() error {
return nil
}
*/