diff --git a/Schemas/2024.02.05.0000.0000/Pet.yml b/Schemas/2024.02.05.0000.0000/Pet.yml index 2cfde2f..a199473 100644 --- a/Schemas/2024.02.05.0000.0000/Pet.yml +++ b/Schemas/2024.02.05.0000.0000/Pet.yml @@ -2,9 +2,6 @@ name: Pet displayField: Name fields: - name: Name - - name: Ability1 - type: link - targets: [Action] - name: Ability1 type: link targets: [Action] @@ -14,6 +11,9 @@ fields: - name: Ability3 type: link targets: [Action] + - name: Ability4 + type: link + targets: [Action] - name: AutoAction type: link targets: [Action]