Skip to content

Commit

Permalink
Merge pull request #35 from luna-lightblade/endwalker
Browse files Browse the repository at this point in the history
Add ex4 expansion map.
  • Loading branch information
goaaats authored Dec 3, 2021
2 parents cda9b9b + 8a33321 commit a546254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SaintCoinach/IO/PackIdentifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public struct PackIdentifier {
{ "ffxiv", 0x00 },
{ "ex1", 0x01 },
{ "ex2", 0x02 },
{ "ex3", 0x03 }
{ "ex3", 0x03 },
{ "ex4", 0x04 }
};
public static readonly Dictionary<byte, string> KeyToExpansionMap = ExpansionToKeyMap.ToDictionary(_ => _.Value, _ => _.Key);
#endregion
Expand Down

0 comments on commit a546254

Please sign in to comment.