sync with upstreaom #2

Open
goatzone wants to merge 581 commits from liza/Questionable:master into master
Showing only changes of commit 98b538f0ab - Show all commits

View File

@ -46,7 +46,7 @@ internal sealed class AlliedSocietyQuestFunctions
return []; return [];
bool rankedUp = (rankData & 0x80) != 0; bool rankedUp = (rankData & 0x80) != 0;
byte seed = Marshal.ReadByte((nint)QuestManager.Instance() + 0x698); // TODO Use clientstructs byte seed = QuestManager.Instance()->DailyQuestSeed;
List<QuestId> result = []; List<QuestId> result = [];
foreach (NpcData npcData in _questsByAlliedSociety[alliedSociety]) foreach (NpcData npcData in _questsByAlliedSociety[alliedSociety])
{ {