final pre-5.25 update (column name updates)

This commit is contained in:
Hezkezl
2020-04-06 23:55:14 -06:00
parent 50445a045b
commit c4b525c5aa
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
key,0,1,2,3,4
#,Name,AchievementKind,ShowComplete,HideCategory,
#,Name,AchievementKind,ShowComplete,HideCategory,Order
int32,str,AchievementKind,bit&01,bit&02,byte
0,"",0,True,False,0
1,"Battle",1,True,False,1
1 key 0 1 2 3 4
2 # Name AchievementKind ShowComplete HideCategory Order
3 int32 str AchievementKind bit&01 bit&02 byte
4 0 0 True False 0
5 1 Battle 1 True False 1