mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
fix typo
This commit is contained in:
parent
dc18302d05
commit
e2b31f38aa
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,6 @@ name: Pet
|
||||||
displayField: Name
|
displayField: Name
|
||||||
fields:
|
fields:
|
||||||
- name: Name
|
- name: Name
|
||||||
- name: Ability1
|
|
||||||
type: link
|
|
||||||
targets: [Action]
|
|
||||||
- name: Ability1
|
- name: Ability1
|
||||||
type: link
|
type: link
|
||||||
targets: [Action]
|
targets: [Action]
|
||||||
|
@ -14,6 +11,9 @@ fields:
|
||||||
- name: Ability3
|
- name: Ability3
|
||||||
type: link
|
type: link
|
||||||
targets: [Action]
|
targets: [Action]
|
||||||
|
- name: Ability4
|
||||||
|
type: link
|
||||||
|
targets: [Action]
|
||||||
- name: AutoAction
|
- name: AutoAction
|
||||||
type: link
|
type: link
|
||||||
targets: [Action]
|
targets: [Action]
|
||||||
|
|
Loading…
Add table
Reference in a new issue