Skip to content

Commit

Permalink
Update Player_Character.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LtRipley36706 committed Dec 30, 2023
1 parent 11a03a6 commit 6964b10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/ACE.Server/WorldObjects/Player_Character.cs
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,10 @@ private bool ValidateSetupTable(uint requestedSetupTableId, HeritageGroupCG heri
return false;
}

private Dictionary<HeritageGroup, Dictionary<Gender, List<uint>>> ValidHeritageSetups = new()
/// <summary>
/// Valid Setups defined in acclient that are not defined in the dat files.
/// </summary>
private static readonly Dictionary<HeritageGroup, Dictionary<Gender, List<uint>>> ValidHeritageSetups = new()
{
{ HeritageGroup.Shadowbound, new () {
{ ACE.Entity.Enum.Gender.Male, new() {
Expand Down

0 comments on commit 6964b10

Please sign in to comment.