Skip to content

Commit

Permalink
Fixed Arete bug
Browse files Browse the repository at this point in the history
Fixed a bug where Omegablu's Arete's name and internal name was not
displaying correctly.
  • Loading branch information
Kaoru committed Sep 22, 2016
1 parent 4193d5b commit f454a62
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions FEFTwiddler/Enums/Character.cs
Expand Up @@ -274,7 +274,7 @@ public enum Character : ushort
Sumeragi = 0x605,
HumanLilith = 0x606,
Arfoire = 0x1A06,
Arete = 0x609,
DC25_Arete = 0x609,
// Omegablu Custom DLC
Zola = 0x1006,
Kilma = 0x1106,
Expand All @@ -289,16 +289,17 @@ public enum Character : ushort
Cordelia = 0x2106,
Tharja = 0x127,
Gaius = 0x125,
Owain = 0x1D06,
Omega_Arete = 0x1B06,
Owain = 0x1D06,
Severa = 0x1C06,
Inigo = 0x1E06,
HumanAnankos = 0x1F06,
ShadowHumanAnankos = 0x7A1D,
Anthony = 0x2006,
HoFAzura = 0x0202,
Jake = 0x2206,
// Dylos Custom DLC
Roy = 0x6F52,
// Dylos Custom DLC
Roy = 0x6F52,
Lyndis = 0x794C
}

Expand Down

0 comments on commit f454a62

Please sign in to comment.