mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
Fix validation errors
This commit is contained in:
parent
13e1ad0854
commit
ed9d6560e2
2 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ fields:
|
|||
type: link
|
||||
targets: [EObjName]
|
||||
- name: SGB
|
||||
count: 2
|
||||
type: array
|
||||
fields:
|
||||
- type: link
|
||||
|
|
|
@ -30,8 +30,8 @@ fields:
|
|||
type: link
|
||||
targets: [Quest]
|
||||
- name: Unknown0
|
||||
type: array
|
||||
count: 4
|
||||
type: array
|
||||
count: 4
|
||||
- name: AchievementUnlock
|
||||
type: link
|
||||
targets: [Achievement]
|
||||
|
|
Loading…
Add table
Reference in a new issue