Version bump

This commit is contained in:
Liza 2024-12-02 10:33:36 +01:00
parent 9de05fee09
commit 98aa8f2469
Signed by: liza
GPG Key ID: 8DD6D21C03BB0848
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>4.5</Version> <Version>4.6</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -178,7 +178,7 @@ internal sealed unsafe class QuestFunctions
alliedQuestsForSameSociety.Insert(0, (firstTrackedQuest, firstTrackedSequence)); alliedQuestsForSameSociety.Insert(0, (firstTrackedQuest, firstTrackedSequence));
_alliedSocietyData.GetCommonAlliedSocietyNpcs(firstTrackedAlliedSociety, out uint[]? normalNpcs, _alliedSocietyData.GetCommonAlliedSocietyNpcs(firstTrackedAlliedSociety, out uint[]? normalNpcs,
out uint[]? mountNpcs); out _);
if (normalNpcs.Length > 0) if (normalNpcs.Length > 0)
{ {