mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Merge pull request #26 from nonowazu/fix/cfc-cuic-add
This commit is contained in:
commit
52bff87801
1 changed files with 4 additions and 2 deletions
|
@ -55,7 +55,7 @@ fields:
|
|||
- name: Transient
|
||||
type: link
|
||||
condition:
|
||||
switch: TransientKey
|
||||
switch: ContentUICategory
|
||||
cases:
|
||||
6: [ContentFinderConditionTransient]
|
||||
7: [ContentFinderConditionTransient]
|
||||
|
@ -99,7 +99,9 @@ fields:
|
|||
- name: ContentType
|
||||
type: link
|
||||
targets: [ContentType]
|
||||
- name: TransientKey
|
||||
- name: ContentUICategory
|
||||
type: link
|
||||
targets: [ContentUICategory]
|
||||
- name: Unknown40
|
||||
- name: Unknown41
|
||||
- name: PvP
|
||||
|
|
Loading…
Add table
Reference in a new issue