Skip to content

Commit

Permalink
Update CharacterSubJobFlagType.cs -- cannoner
Browse files Browse the repository at this point in the history
  • Loading branch information
lastbattle committed Oct 26, 2024
1 parent 0021238 commit 69370db
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ namespace MapleLib.WzLib.WzStructure.Data.CharacterStructure
public enum CharacterSubJobFlagType
{
Any = 0,
Adventurer = 1,
Adventurer_DualBlade = 2,
Adventurer = 0x1,
Adventurer_DualBlade = 0x2,
Adventurer_Cannoner = 0x4,
}

public static class CharacterSubJobFlagTypeExt
Expand Down

0 comments on commit 69370db

Please sign in to comment.