From e2b31f38aa86d282754db7826d87508d3e65fc70 Mon Sep 17 00:00:00 2001 From: Kurochi51 Date: Tue, 12 Mar 2024 20:29:21 +0200 Subject: [PATCH] fix typo --- Schemas/2024.02.05.0000.0000/Pet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]