Skip to content

Commit 599e0ce

Browse files
authored
Merge pull request ngld#227 from qitana/update-memory-for-6.0
2 parents 4a00a65 + 45b2e06 commit 599e0ce

File tree

3 files changed

+685
-1
lines changed

3 files changed

+685
-1
lines changed

OverlayPlugin.Core/EventSources/EnmityEventSource.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private void PickMemoryCandidates(FFXIVRepository repository)
7878
}
7979
else
8080
{
81-
memoryCandidates = new List<EnmityMemory>() { new EnmityMemory55(container) };
81+
memoryCandidates = new List<EnmityMemory>() { new EnmityMemory60(container) };
8282
}
8383
}
8484

0 commit comments

Comments
 (0)