forked from liza/Questionable
Use DailyQuestSeed from clientstructs
This commit is contained in:
parent
5b681dabfa
commit
98b538f0ab
@ -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])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user