Skip to content

Commit

Permalink
Merge pull request ngld#184 from qitana/add-EnmityMeory54
Browse files Browse the repository at this point in the history
add EnmityMemory54
  • Loading branch information
ngld authored Dec 10, 2020
2 parents 6204d38 + f6a4644 commit d08ebb2
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OverlayPlugin.Core/EventSources/EnmityEventSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private void PickMemoryCandidates(FFXIVRepository repository)
}
else
{
memoryCandidates = new List<EnmityMemory>() { new EnmityMemory53(container) };
memoryCandidates = new List<EnmityMemory>() { new EnmityMemory54(container) };
}
}

Expand Down
Loading

0 comments on commit d08ebb2

Please sign in to comment.