Skip to content

Commit

Permalink
Merge pull request ngld#215 from DieMoe233/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ngld authored Nov 19, 2021
2 parents 9a4ead5 + b1df78b commit ae95445
Showing 1 changed file with 1 addition 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 @@ -68,7 +68,7 @@ private void PickMemoryCandidates(FFXIVRepository repository)
{
if (repository.GetLanguage() == FFXIV_ACT_Plugin.Common.Language.Chinese)
{
memoryCandidates = new List<EnmityMemory>() { new EnmityMemory54(container) };
memoryCandidates = new List<EnmityMemory>() { new EnmityMemory55(container) };
}
else if (repository.GetLanguage() == FFXIV_ACT_Plugin.Common.Language.Korean)
{
Expand Down

0 comments on commit ae95445

Please sign in to comment.