More mongo (#450)

* Remove debug, doesn't really work

* Convert Handbook to MongoId's

* Make traders in Database keyed to MongoId rather than string
This commit is contained in:
Jesse
2025-07-05 14:41:57 +02:00
committed by GitHub
parent 7dc5bb106d
commit bd7d60e5ab
7 changed files with 61 additions and 49 deletions
@@ -44,7 +44,7 @@ public class TraderController(
var traders = databaseService.GetTraders();
foreach (var (traderId, trader) in traders)
{
if (traderId == Traders.LIGHTHOUSEKEEPER || traderId == "ragfair")
if (traderId == Traders.LIGHTHOUSEKEEPER)
{
continue;
}