mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
Fix Recipe (#49)
This commit is contained in:
parent
a8b48d96cd
commit
d57668e626
2 changed files with 16 additions and 1 deletions
|
@ -63,6 +63,6 @@ fields:
|
||||||
- name: CanQuickSynth
|
- name: CanQuickSynth
|
||||||
- name: CanHq
|
- name: CanHq
|
||||||
- name: ExpRewarded
|
- name: ExpRewarded
|
||||||
|
- name: Unknown1
|
||||||
- name: IsSpecializationRequired
|
- name: IsSpecializationRequired
|
||||||
- name: IsExpert
|
- name: IsExpert
|
||||||
- name: Unknown1
|
|
||||||
|
|
15
Schemas/patch.diff
Normal file
15
Schemas/patch.diff
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
diff --git a/2024.08.02.0000.0000/WorldDCGroupType.yml b/2024.11.06.0000.0000/WorldDCGroupType.yml
|
||||||
|
index cb4f5aa..2c04992 100644
|
||||||
|
--- a/2024.08.02.0000.0000/WorldDCGroupType.yml
|
||||||
|
+++ b/2024.11.06.0000.0000/WorldDCGroupType.yml
|
||||||
|
@@ -2,5 +2,7 @@ name: WorldDCGroupType
|
||||||
|
displayField: Name
|
||||||
|
fields:
|
||||||
|
- name: Name
|
||||||
|
+ - name: PvPRegion
|
||||||
|
+ - name: NeolobbyId
|
||||||
|
- name: Region
|
||||||
|
- - name: Unknown0
|
||||||
|
\ No newline at end of file
|
||||||
|
+ - name: IsCloud
|
||||||
|
\ No newline at end of file
|
Loading…
Add table
Reference in a new issue