Skip to content

Commit

Permalink
Merge pull request #131 from FFXIV-CombatReborn/mergeWIP2
Browse files Browse the repository at this point in the history
maturity level fix
  • Loading branch information
CarnifexOptimus authored Jun 12, 2024
2 parents 437e749 + 0e49fff commit d5a44dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ public D043HermesStates(BossModule module) : base(module)
}
}

[ModuleInfo(BossModuleInfo.Maturity.WIP, Contributors = "The Combat Reborn Team (Malediktus, LTS)", GroupType = BossModuleInfo.GroupType.CFC, GroupID = 787, NameID = 10363)]
[ModuleInfo(BossModuleInfo.Maturity.Verified, Contributors = "The Combat Reborn Team (Malediktus, LTS)", GroupType = BossModuleInfo.GroupType.CFC, GroupID = 787, NameID = 10363)]
public class D043Hermes(WorldState ws, Actor primary) : BossModule(ws, primary, new(0, -50), new ArenaBoundsCircle(20));

0 comments on commit d5a44dd

Please sign in to comment.