mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-24 02:49:10 +00:00
f00c2d9244
Fixing changed headers and data that I missed on with previous push
165 B
165 B
| 1 | key | 0 | 1 | 2 |
|---|---|---|---|---|
| 2 | # | HideAchievement | HideName | HideConditions |
| 3 | int32 | bit&01 | bit&02 | bit&04 |
| 4 | 0 | False | False | False |
| 5 | 1 | True | False | False |
| 6 | 2 | False | False | True |
| 7 | 3 | False | True | True |