1
Fork 0
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:
Asriel 2024-11-24 00:16:15 -08:00 committed by GitHub
parent a8b48d96cd
commit d57668e626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

View file

@ -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
View 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