mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 14:36:58 +00:00
adventurer limit, base classes for guild upgrades
This commit is contained in:
+1
-4
@@ -84,9 +84,6 @@ export async function loadAvailableQuests(): Promise<{ [key: string]: { [key: st
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
console.log(quests);
|
||||
|
||||
return quests;
|
||||
}
|
||||
|
||||
@@ -113,4 +110,4 @@ export async function loadAdventurersForHire(currentAdventurerIds: Array<string>
|
||||
}
|
||||
|
||||
return adventurers;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user